- Minor correction to RPC structures.

svn path=/trunk/; revision=9212
This commit is contained in:
Filip Navara 2004-04-24 21:35:24 +00:00
parent ed71de17e7
commit 2dcb05259a
2 changed files with 2 additions and 2 deletions

View file

@ -194,7 +194,7 @@ typedef struct tagRPCOLEMESSAGE {
ULONG iMethod;
PVOID reserved2[5];
ULONG rpcFlags;
} RPCOLEMESSAGE;
} RPCOLEMESSAGE, *PRPCOLEMESSAGE;
typedef enum tagMKSYS {
MKSYS_NONE,
MKSYS_GENERICCOMPOSITE,

View file

@ -179,7 +179,7 @@ typedef struct tagRPCOLEMESSAGE {
ULONG iMethod;
PVOID reserved2[5];
ULONG rpcFlags;
} RPCOLEMESSAGE;
} RPCOLEMESSAGE, *PRPCOLEMESSAGE;
typedef enum tagMKSYS {
MKSYS_NONE,
MKSYS_GENERICCOMPOSITE,