Click here to Skip to main content
15,884,176 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to create adhoc connection throught program.For this i need to use the interface IDotHocManager , this interface can be instantiated by CoCreateInstance.
I am not able to obtain the following parameters of COcreateInstance() for IDotHocManager interface.
REFCLSID rclsid,
REFIID riid,
kindly help me out by giving an idea of where the clsid for my requirement can be fetched from or the corresponding name of the clsid and refernce id.
Posted

1 solution

This information should come with the IDotHocManager documentation or type library. Where did you get this library from?
 
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