[ros-dev] [ros-diffs] [jgardou] 64392: [NDK] - Fix KEY_NAME_INFORMATION structure

Timo Kreuzer timo.kreuzer at web.de
Mon Sep 29 17:06:13 UTC 2014


Wow, ...
IMO we should autogenerate a header for usermode stuff from XDK, instead
of using NDK.

Am 29.09.2014 15:32, schrieb jgardou at svn.reactos.org:
> 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=64392&r1=64391&r2=64392&view=diff
> ==============================================================================
> --- 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;
>  
>
>
>




More information about the Ros-dev mailing list