DRVCONFIGINFO

3.1

typedef struct tagDRVCONFIGINFO {
    DWORD   dwDCISize;
    LPCSTR  lpszDCISectionName;
    LPCSTR  lpszDCIAliasName;
} DRVCONFIGINFO;

The DRVCONFIGINFO structure contains information about the entries for an installable device driver in the SYSTEM.INI file. This structure is sent in the lParam parameter of the DRV_CONFIGURE and DRV_INSTALL installable-driver messages.

Members

dwDCISize

Specifies the size of the DRVCONFIGINFO structure.

lpszDCISectionName

Points to a null-terminated string that specifies the name of the section in the SYSTEM.INI file where driver information is recorded.

lpszDCIAliasName

Points to a null-terminated string that specifies the driver name or an alias under which the driver was loaded.

See Also

DRV_CONFIGURE, DRV_INSTALL