Author: akhaldi
Date: Sun Feb 28 23:59:17 2016
New Revision: 70809
URL:
http://svn.reactos.org/svn/reactos?rev=70809&view=rev
Log:
[PSDK] Update ndrtypes.h. CORE-10912
Modified:
trunk/reactos/include/psdk/ndrtypes.h
Modified: trunk/reactos/include/psdk/ndrtypes.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/ndrtypes.h?re…
==============================================================================
--- trunk/reactos/include/psdk/ndrtypes.h [iso-8859-1] (original)
+++ trunk/reactos/include/psdk/ndrtypes.h [iso-8859-1] Sun Feb 28 23:59:17 2016
@@ -83,7 +83,11 @@
* routine @ NotifyIndex. */
unsigned char HasNotify2 : 1; /* 0x10 - should call MIDL [notify_flag] routine @
* NotifyIndex. */
- unsigned char Unused : 3;
+
+ /* The following bits are in fact used by midl but haven't yet been
+ named in the SDK. */
+ unsigned char Unused : 3; /* 0x20 - has complex return */
+ /* 0x40 - has range on conformance */
} INTERPRETER_OPT_FLAGS2, *PINTERPRETER_OPT_FLAGS2;
/* Win2000 extensions */