REGINI (Compact 2013)
3/26/2014
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 |