can't find some constants

Just starting out? Need help? Post your questions and find answers here.
tonnelier
User
User
Posts: 45
Joined: Mon May 03, 2004 10:34 pm
Location: France

can't find some constants

Post by tonnelier »

I need the value of IID_IWbemObjectSink and IID_IUnknown, but don't find it in my doc and header files.
Does anybody khnow where to find the IIDs? (the format is the GUID one)
Sparkie
PureBatMan Forever
PureBatMan Forever
Posts: 2307
Joined: Tue Feb 10, 2004 3:07 am
Location: Ohio, USA

Post by Sparkie »

I got these from the MSDN SDK OLE/COM Object Viewer...

Code: Select all

DataSection

;7C857801-7381-11CF-884D-00AA004B2E24
IID_IWbemObjectSink:
Data.l $7C857801
Data.w $7381, $11CF
Data.b $88, $4D, $00, $AA, $00, $4B, $2E, $24 

;00000000-0000-0000-C000-000000000046
IID_IUnknown:
Data.l $00000000
Data.w $0000, $0000
Data.b $C0, $00, $00, $00, $00, $00, $00, $46

EndDataSection
What goes around comes around.

PB 5.21 LTS (x86) - Windows 8.1
Post Reply