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.
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.