GetDriverName (Windows Embedded CE 6.0)
1/6/2010
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.
Syntax
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 Value
TRUE indicates success. FALSE indicates failure.
Requirements
Header | netui.h |
Library | Netui.lib |
Windows Embedded CE | Windows CE 2.10 and later |