rpcrt4: Set ReservedForRuntime to NULL in NdrClientInitializeNew.
This commit is contained in:
parent
ea44471088
commit
e2e7916739
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue