Author: weiden
Date: Mon Jan 14 01:44:07 2008
New Revision: 31767
URL:
http://svn.reactos.org/svn/reactos?rev=31767&view=rev
Log:
Add more definitions
Modified:
trunk/reactos/include/reactos/wine/rpcfc.h
Modified: trunk/reactos/include/reactos/wine/rpcfc.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/wine/rpcfc…
==============================================================================
--- trunk/reactos/include/reactos/wine/rpcfc.h (original)
+++ trunk/reactos/include/reactos/wine/rpcfc.h Mon Jan 14 01:44:07 2008
@@ -204,4 +204,10 @@
#define USER_MARSHAL_POINTER 0xc0
#define USER_MARSHAL_IID 0x20
+/* context handle flags */
+#define NDR_CONTEXT_HANDLE_CANNOT_BE_NULL 0x01
+#define NDR_CONTEXT_HANDLE_SERIALIZE 0x02
+#define NDR_CONTEXT_HANDLE_NO_SERIALIZE 0x04
+#define NDR_STRICT_CONTEXT_HANDLE 0x08
+
#endif /* __WINE_RPCFC_H */