DRVCONFIGINFO

typedef struct tagDRVCONFIGINFO {

DWORD dwDCISize;

LPCWSTR lpszDCISectionName;

LPCWSTR lpszDCIAliasName;

} DRVCONFIGINFO;

The DRVCONFIGINFO structure, defined in mmsystem.h, is used as an input argument with the DRV_INSTALL and DRV_CONFIGURE messages.

Members

dwDCISize

Specifies the size of the DRVCONFIGINFO structure.

lpszDCISectionName

Specifies a registry key name. This is always Drivers32.

lpszDCIAliasName

Specifies a driver alias.

Comments

For information about the \Drivers32 registry key name and driver aliases, see Using oemsetup.inf Files with Multimedia Drivers.

The alias is used in the registry as a value name. The value assigned to this value name is the user-mode driver's file name.