[PSDK] Update ndrtypes.h. CORE-10912
authorAmine Khaldi <amine.khaldi@reactos.org>
Sun, 28 Feb 2016 23:59:17 +0000 (23:59 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sun, 28 Feb 2016 23:59:17 +0000 (23:59 +0000)
svn path=/trunk/; revision=70809

reactos/include/psdk/ndrtypes.h

index 8605b73..b353ce5 100644 (file)
@@ -83,7 +83,11 @@ typedef struct
      *  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 */