VBGamer |
|
RE: vbnitro Torsten Damberg (0 replies, 0 views) (2000-May-24) I think your IDL should look a somthing like this in the part were you define
the enum.
Normally that should work.
typedef[v1_enum, uuid(guid generated by guidgen)]
enum {
MyEnumVariable1 = 1,
MyEnumVariable2 = 2,
MyEnumVariable3 = 3,
MyEnumVariable4 = 4,
} MyEnumType;
Regards
Torsten |