REGINI (Windows CE 5.0)
This structure passes additional registry settings to ActivateDeviceEx before the driver is loaded.
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
OS Versions: Windows CE .NET 4.0 and later.
Header: Devload.h.
See Also
Send Feedback on this topic to the authors