Uwaga
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Contains the registry key and value names associated with the installable driver.
Syntax
typedef struct tagDRVCONFIGINFO {
DWORD dwDCISize;
LPCWSTR lpszDCISectionName;
LPCWSTR lpszDCIAliasName;
} DRVCONFIGINFO, *PDRVCONFIGINFO, *NPDRVCONFIGINFO, *LPDRVCONFIGINFO;
Members
dwDCISize
Size of the structure, in bytes.
lpszDCISectionName
Address of a null-terminated, wide-character string specifying the name of the registry key associated with the driver.
lpszDCIAliasName
Address of a null-terminated, wide-character string specifying the name of the registry value associated with the driver.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | mmiscapi.h (include Mmiscapi.h, Windows.h) |
See also
Installable Driver Structures
Installable Drivers