GetDriverName (Compact 2013)

3/26/2014

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), 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

See Also

Reference

Network User Interface Functions