- Sep 29, 2004
- 18,656
- 68
- 91
I am working on an inherited application. I am at my wits end as to what this is doing. Actually, I understand the parameters other than the very first one.
In particular, what is 0x4 doing? My understanding is that this maps to a method somewhere. How do I find out what it is mapping to?
unsigned long result;
InvokeHelper(0x4, DISPATCH_PROPERTYGET, VT_I4, (void*)&result, NULL);
In particular, what is 0x4 doing? My understanding is that this maps to a method somewhere. How do I find out what it is mapping to?
unsigned long result;
InvokeHelper(0x4, DISPATCH_PROPERTYGET, VT_I4, (void*)&result, NULL);
