GetDriverName (Windows CE 5.0)
This function prompts the user to enter a driver for an unrecognized device. Installable bus drivers in the operating system (OS) such as universal serial bus (USB) and PC Cards call this function.
BOOL GetDriverName(HWND hParent,PGETDRIVERNAMEPARMS pDriverParms);
Parameters
- hParent
Handle to the parent window to which the driver name is attached. - pDriverParms
Pointer to the parameters of the driver.
Return Values
TRUE indicates success. FALSE indicates failure.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Netui.h.
Link Library: Netui.lib.
See Also
Network User Interface Functions | GETDRIVERNAMEPARMS
Send Feedback on this topic to the authors