Set RPC data representation.

This commit is contained in:
Robert Shearman 2004-07-23 22:58:13 +00:00 committed by Alexandre Julliard
parent 1cc05ff148
commit f5ed953c10
1 changed files with 1 additions and 0 deletions

View File

@ -320,6 +320,7 @@ _invoke_onereq(wine_rpc_request *req) {
msg.Buffer = req->Buffer;
msg.iMethod = req->reqh.iMethod;
msg.cbBuffer = req->reqh.cbBuffer;
msg.dataRepresentation = NDR_LOCAL_DATA_REPRESENTATION;
req->state = REQSTATE_INVOKING;
req->resph.retval = IRpcStubBuffer_Invoke(stub,&msg,NULL);
IUnknown_Release(stub);