RegSecureKeyList
Other versions of this page are also available for the following:
8/28/2008
This structure contains an array of RegSecureKey structures that is returned to Filesys.dll when the IOCTL_HAL_GETREGSECUREKEYS I/O control is received.
Syntax
typedef struct RegSecureKeyList {
DWORD dwNumKeys;
RegSecureKey* pList;
} RegSecureKeyList;
Members
- dwNumKeys
Number of array elements pointed to by pList.
- pList
Pointer to an array of valid RegSecureKey structures.
Remarks
The key specified by pName must be a key directly off the root of HKEY_LOCAL_MACHINE, HKEY_CURRENT_USER, HKEY_USERS, or HKEY_CLASSES_ROOT. This protects data in this key and all its subkeys.
Requirements
Header | pwinreg.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
Registry Structures
RegSecureKey