Author: jgardou Date: Mon Sep 29 13:32:44 2014 New Revision: 64392
URL: http://svn.reactos.org/svn/reactos?rev=64392&view=rev Log: [NDK] - Fix KEY_NAME_INFORMATION structure
Modified: trunk/reactos/include/ndk/cmtypes.h
Modified: trunk/reactos/include/ndk/cmtypes.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/cmtypes.h?rev=6... ============================================================================== --- trunk/reactos/include/ndk/cmtypes.h [iso-8859-1] (original) +++ trunk/reactos/include/ndk/cmtypes.h [iso-8859-1] Mon Sep 29 13:32:44 2014 @@ -296,6 +296,7 @@
typedef struct _KEY_NAME_INFORMATION { + ULONG NameLength; WCHAR Name[1]; } KEY_NAME_INFORMATION, *PKEY_NAME_INFORMATION;