[PSDK] Update ndrtypes.h. CORE-10912

svn path=/trunk/; revision=70809
This commit is contained in:
Amine Khaldi
2016-02-28 23:59:17 +00:00
parent 2172618e95
commit 3268729a9f
+5 -1
View 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 */