Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am currently working in a project where InvokeHelper function is being used. such as
C++
InvokeHelper(0x16, DISPATCH_METHOD, VT_EMPTY, NULL, parms, FileName);


But i cannot understand the parameters of this function. I want to know every single details of this function. Can anyone tell me how can i study about it? More specifically i want to know how can i see the method of the first parameter, '0x16' in this case?

What I have tried:

I am currently working with this function.
Posted
Updated 18-Apr-16 21:25pm
v2

 
Share this answer
 
You have a question, Google is the first place to ask !
Google is your friend, and it is a must have skill.
Google[^]

Asking questions is a skill[^]

Advice: if you don't want harsh comments, don't ask questions that let us think that you are in "least effort" mode. Do at least basic research and read a few answers.
 
Share this answer
 
Comments
Member 11345334 19-Apr-16 1:23am    
I have improve my question. Would you please give any idea about that?
If you do not know the details of some function or method then please read the documentation[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900