mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[NDK]
- Fix KEY_NAME_INFORMATION structure svn path=/trunk/; revision=64392
This commit is contained in:
@@ -296,6 +296,7 @@ typedef struct _KEY_FULL_INFORMATION
|
||||
|
||||
typedef struct _KEY_NAME_INFORMATION
|
||||
{
|
||||
ULONG NameLength;
|
||||
WCHAR Name[1];
|
||||
} KEY_NAME_INFORMATION, *PKEY_NAME_INFORMATION;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user