Click here to Skip to main content
15,886,833 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
C
DeviceIoControl(m_ufnHandle,IOCTL_UFN_ENUMERATE_AVAILABLE_CLIENTS,
                 pCInfo,sizeof(UFN_CLIENT_INFO),pCInfo,sizeof(UFN_CLIENT_INFO),&dwBytes,0);


I have a statement as above but I am unable to find the class UFN_CLIENT_INFO.

Can anybody tell me which header file to use, and where to get it?

Any help on this will be much appreciated.
Posted
Updated 13-Jul-10 2:10am
v2

1 solution

MSDN seems remarkably sketchy on the details, but according to this code file on Google Code, it's imported from either windows.h or usbfnioctl.h
 
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