SP_SELECTDEVICE_PARAMS

typedef struct _SP_SELECTDEVICE_PARAMS {
    SP_CLASSINSTALL_HEADER ClassInstallHeader;
    TCHAR Title[MAX_TITLE_LEN];
    TCHAR Instructions[MAX_INSTRUCTION_LEN];
    TCHAR ListLabel[MAX_LABEL_LEN];
} SP_SELECTDEVICE_PARAMS, *PSPS_SELECTDEVICE_PARAMS;
 

The SP_SELECTDEVICE_PARAMS structure corresponds to a DIF_SELECTDEVICE installation request.

Members
ClassInstallHeader
Defines the class installation request for the install parameter structure.
Title
Buffer that contains a class installer-provided title for the Select Device dialogs.
Instructions
Buffer that contains class installer-provided Select Device instructions.
ListLabel
Buffer that contains a label for the Select Device list of drivers.
See Also

SetupDiCallClassInstaller, SetupDiSelectDevice