mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 20:50:29 +00:00
- Minor correction to RPC structures.
svn path=/trunk/; revision=9212
This commit is contained in:
parent
ed71de17e7
commit
2dcb05259a
2 changed files with 2 additions and 2 deletions
|
@ -194,7 +194,7 @@ typedef struct tagRPCOLEMESSAGE {
|
||||||
ULONG iMethod;
|
ULONG iMethod;
|
||||||
PVOID reserved2[5];
|
PVOID reserved2[5];
|
||||||
ULONG rpcFlags;
|
ULONG rpcFlags;
|
||||||
} RPCOLEMESSAGE;
|
} RPCOLEMESSAGE, *PRPCOLEMESSAGE;
|
||||||
typedef enum tagMKSYS {
|
typedef enum tagMKSYS {
|
||||||
MKSYS_NONE,
|
MKSYS_NONE,
|
||||||
MKSYS_GENERICCOMPOSITE,
|
MKSYS_GENERICCOMPOSITE,
|
||||||
|
|
|
@ -179,7 +179,7 @@ typedef struct tagRPCOLEMESSAGE {
|
||||||
ULONG iMethod;
|
ULONG iMethod;
|
||||||
PVOID reserved2[5];
|
PVOID reserved2[5];
|
||||||
ULONG rpcFlags;
|
ULONG rpcFlags;
|
||||||
} RPCOLEMESSAGE;
|
} RPCOLEMESSAGE, *PRPCOLEMESSAGE;
|
||||||
typedef enum tagMKSYS {
|
typedef enum tagMKSYS {
|
||||||
MKSYS_NONE,
|
MKSYS_NONE,
|
||||||
MKSYS_GENERICCOMPOSITE,
|
MKSYS_GENERICCOMPOSITE,
|
||||||
|
|
Loading…
Reference in a new issue