LPUN_REGISTER_CLIENT_SETTINGS (Windows CE 5.0)
This function deregisters the conditions under which a driver will be loaded.
typedef BOOL (* LPUN_REGISTER_CLIENT_SETTINGS)( LPCWSTR szUniqueDriverId, LPCWSTR szReserved, LPCUSB_DRIVER_SETTINGS lpDriverSettings);
Parameters
- szUniqueDriverId
[in] Client driver DLL name. - szReserved
[in] Reserved, set to zero (0) to ensure compatibility with future versions. - lpDriverSettings
[in] Pointer to a USB_DRIVER_SETTINGS structure that must match the settings with which the client was registered.
Return Values
TRUE indicates success. FALSE indicates failure.
Remarks
Client drivers call this function in their installation routine. It sets up appropriate registry keys based on lpDriverSettings so that the driver is loaded whenever the device is attached.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Usbdi.h.
See Also
LPREGISTER_CLIENT_SETTINGS | USB_DRIVER_SETTINGS
Send Feedback on this topic to the authors