Share via


GETDRIVERNAMEPARMS (Windows CE 5.0)

Send Feedback

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

typedef struct _GETDRIVERNAMEPARMS {WCHARDriverName[DRIVER_NAME_LEN];DWORDSocket;DWORDPCCardType;} 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

OS Versions: Windows CE 2.10 and later.
Header: Netui.h.

See Also

Network User Interface Structures | GetDriverName

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.