Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
be0e3a47
Commit
be0e3a47
authored
Dec 17, 2007
by
Rob Shearman
Committed by
Alexandre Julliard
Dec 18, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add some context handle defines to rpcdcep.h.
parent
bdc5a341
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
rpcdcep.h
include/rpcdcep.h
+9
-0
No files found.
include/rpcdcep.h
View file @
be0e3a47
...
...
@@ -48,12 +48,21 @@ typedef struct _RPC_MESSAGE
unsigned
long
RpcFlags
;
}
RPC_MESSAGE
,
*
PRPC_MESSAGE
;
#define RPC_CONTEXT_HANDLE_DEFAULT_GUARD ((void *)0xfffff00d)
#define RPC_CONTEXT_HANDLE_DEFAULT_FLAGS 0x00000000
#define RPC_CONTEXT_HANDLE_FLAGS 0x30000000
#define RPC_CONTEXT_HANDLE_SERIALIZE 0x10000000
#define RPC_CONTEXT_HANDLE_DONT_SERIALIZE 0x20000000
#define RPC_TYPE_STRICT_CONTEXT_HANDLE 0x40000000
#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
RPC_STATUS
(
RPC_ENTRY
*
RPC_FORWARD_FUNCTION
)(
UUID
*
InterfaceId
,
RPC_VERSION
*
InterfaceVersion
,
UUID
*
ObjectId
,
unsigned
char
*
Rpcpro
,
void
**
ppDestEndpoint
);
typedef
struct
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment