Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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