Click to See Complete Forum and Search --> : About accessing USBUI.dll


ndpatnaik
September 16th, 2003, 02:55 AM
Hi All,
hou can i access usbui.dll from my VC++ application written in C. I tried to include that dll. but unable to fined .h implementation of that dll, so that i can see the expoted functions n can access those exported functions.

can any one help me in this regard

joscollin
September 16th, 2003, 11:58 PM
Use LoadLibrary()
or GetModuleHandle()