include: Add some defines used by MIDL-generated code.

This commit is contained in:
Robert Shearman 2006-05-31 12:20:22 +01:00 committed by Alexandre Julliard
parent 11fe657466
commit caa94a03a4
1 changed files with 5 additions and 0 deletions

View File

@ -44,6 +44,11 @@ typedef struct _RPC_MESSAGE
unsigned long RpcFlags; unsigned long RpcFlags;
} RPC_MESSAGE, *PRPC_MESSAGE; } RPC_MESSAGE, *PRPC_MESSAGE;
#define RPC_NCA_FLAGS_DEFAULT 0x00000000
#define RPC_NCA_FLAGS_IDEMPOTENT 0x00000001
#define RPC_NCA_FLAGS_BROADCAST 0x00000002
#define RPC_NCA_FLAGS_MAYBE 0x00000004
typedef void (__RPC_STUB *RPC_DISPATCH_FUNCTION)(PRPC_MESSAGE Message); typedef void (__RPC_STUB *RPC_DISPATCH_FUNCTION)(PRPC_MESSAGE Message);
typedef struct typedef struct