Rob Shearman : include: Add defines for context handle flags to rpcfc.h.

Alexandre Julliard julliard at winehq.org
Mon Jan 7 08:39:23 CST 2008


Module: wine
Branch: master
Commit: 53e8734049d9e241af572dca733017ac18f21de0
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=53e8734049d9e241af572dca733017ac18f21de0

Author: Rob Shearman <rob at codeweavers.com>
Date:   Sun Jan  6 21:20:47 2008 +0000

include: Add defines for context handle flags to rpcfc.h.

---

 include/wine/rpcfc.h |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/include/wine/rpcfc.h b/include/wine/rpcfc.h
index 4242c94..34878e2 100644
--- a/include/wine/rpcfc.h
+++ b/include/wine/rpcfc.h
@@ -194,4 +194,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 */




More information about the wine-cvs mailing list