Share via


GetDriverName

This function prompts a user for the driver name of a newly inserted PC card, including USB cards. This function is called to get the driver name for a PCMCIA device if the system cannot determine a driver name based on the Plug and Play ID.

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

GETDRIVERNAMEPARMS

 Last updated on Friday, April 09, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.