rpcrt4: Set ReservedForRuntime to NULL in NdrClientInitializeNew.

This commit is contained in:
Rob Shearman 2008-01-07 15:21:27 +00:00 committed by Alexandre Julliard
parent ea44471088
commit e2e7916739
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ void WINAPI NdrClientInitializeNew( PRPC_MESSAGE pRpcMessage, PMIDL_STUB_MESSAGE
pRpcMessage->ProcNum = ProcNum | RPC_FLAGS_VALID_BIT;
pRpcMessage->RpcInterfaceInformation = pStubDesc->RpcInterfaceInformation;
pRpcMessage->RpcFlags = 0;
pRpcMessage->ReservedForRuntime = NULL;
pRpcMessage->DataRepresentation = NDR_LOCAL_DATA_REPRESENTATION;
pStubMsg->RpcMsg = pRpcMessage;