rpcrt4: Fix the fault packet structure to comply with the DCE/RPC specification.

This commit is contained in:
Robert Shearman 2006-05-13 16:58:56 +01:00 committed by Alexandre Julliard
parent 628c5e9baf
commit 7ea0b860c5
1 changed files with 3 additions and 3 deletions

View File

@ -58,10 +58,10 @@ typedef struct
RpcPktCommonHdr common;
unsigned long alloc_hint; /* Data size in bytes excluding header and tail. */
unsigned short context_id; /* Presentation context identifier */
unsigned char alert_count; /* Pending alert count */
unsigned char padding[3]; /* Force alignment! */
unsigned char cancel_count; /* Received cancel count */
unsigned char reserved; /* Force alignment! */
unsigned long status; /* Runtime fault code (RPC_STATUS) */
unsigned long reserved;
unsigned long reserved2;
} RpcPktFaultHdr;
typedef struct