Article ID: 136437
Article Last Modified on 10/15/2002
typedef union _small_union switch(small sm) un
{
case 0: short *ps;
case 1: long *pl;
case 256: short s; <<-- out of range for a small
default: char ch;
} small_union;
/dlldata filename
/iid filename
/proxy filename
/sstub filename
// In IDL
typedef handle_t PRIMITIVE;
// In ACF
[ implicit_handle( PRIMITIVE long_binding_handle )
] interface implicitKeywords: kbbug kbtapi kbnetwork KB136437