|
I am doing the course design of that communication. I downloaded some vc source code from the Internet and found a lot of calls to InvokeHelper function. After checking a lot of information, I still can't figure out what those parameters are.
For example
InvokeHelper (0x1c, DISPATCH_PROPERTYGET, VT_BOOL, (void *)&result, NULL);
InvokeHelper (0x1d, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms, nNewValue);
and many more
I don't think the MSDN is clear
So which friend knows what to say
Wait thank you !!!!!!!!!!!!!!!!!!!!! 1 |
|