mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 15:23:39 +00:00
[NDK]
- Fix KEY_NAME_INFORMATION structure svn path=/trunk/; revision=64392
This commit is contained in:
parent
1f49bb7764
commit
b133b39869
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue