[NDK]
authorJérôme Gardou <jerome.gardou@reactos.org>
Mon, 29 Sep 2014 13:32:44 +0000 (13:32 +0000)
committerJérôme Gardou <jerome.gardou@reactos.org>
Mon, 29 Sep 2014 13:32:44 +0000 (13:32 +0000)
 - Fix KEY_NAME_INFORMATION structure

svn path=/trunk/; revision=64392

reactos/include/ndk/cmtypes.h

index bb20883..44133ad 100644 (file)
@@ -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;