Share via


GETDRIVERNAMEPARMS

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This structure defines the parameters for a newly inserted PC Card.

Syntax

typedef struct _GETDRIVERNAMEPARMS {
  WCHAR DriverName[DRIVER_NAME_LEN];
  DWORD Socket;
  DWORD PCCardType;
} GETDRIVERNAME PARMS, *PGETDRIVERNAMEPARMS;

Members

  • DriverName
    Specifies the driver name and has a maximum length as specified by DRIVER_NAME_LEN. For a PCCardType value of PCCARDTYPE_USB, this is an [in, out] parameter. The value passed in is displayed, and the user enters the .dll file name of the driver, over which the value is passed back. For other PCCardType values, this is an [out] parameter that represents the .dll file name of the driver, as entered by the user.
  • Socket
    Specifies the zero-based PC Card socket number for a PCCardType value other than PCCARDTYPE_USB. The dialog box displays a one-based socket number to the user.
  • PCCardType
    Specifies the PC Card type from the CISTPL_FUNCID tuple of the PC Card's attribute memory. See the list of PCCARD_TYPE_* values in %_WINCEROOT%\Public\Ddk\Inc\Tuple.h. If PCCardType is PCCARDTYPE_USB, the Socket parameter is ignored and the DriverName member is treated as [in, out].

Requirements

Header netui.h
Windows Embedded CE Windows CE 2.10 and later

See Also

Reference

GetDriverName

Other Resources

Network User Interface Structures