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

This commit is contained in:
Rob Shearman 2008-01-06 21:20:47 +00:00 committed by Alexandre Julliard
parent 2456f2d43b
commit 53e8734049
1 changed files with 6 additions and 0 deletions

View File

@ -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 */