Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
Windows Mobile Supported Windows Embedded CE Supported
4/14/2010

This structure passes additional registry settings to ActivateDeviceExbefore 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

See Also