REGINI
Other versions of this page are also available for the following:
8/28/2008
This structure passes additional registry settings to ActivateDeviceEx before the driver is loaded.
Syntax
typedef struct _REGINI {
LPCWSTR lpszVal;
LPBYTE pData;
DWORD dwLen;
DWORD dwType;
} REGINI;
Members
- lpszVal
Name of a value to add to the device instance key.
- pData
Pointer to the data to add as the value.
- dwLen
Length of the data referenced by pData.
- dwType
Registry type of the named value.
Requirements
Header | devload.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |