SELECTDEVICE_PARAMS

typedef struct {
    UINT cbSize;
    char szTitle[MAX_TITLE_LEN];
    char szInstructions[MAX_INSTRUCTION_LEN];
    char szListLabel[MAX_LABEL_LEN];
} SELECTDEVICE_PARAMS;
 

DIF_SELECTDEVICE class install parameters

Members

cbSize
Size of the SELECTDEVICE_PARAMS struct.
szTitle[MAX_TITLE_LEN]
Buffer containing a class installer provided title for the Select Device dialogs.
szInstructions[MAX_INSTRUCTION_LEN]
Buffer containing class installer provided Select Device instructions.
szListLabel[MAX_LABEL_LEN]
Buffer containing a lable of the Select Device list of drivers.