NdrProxyFreeBuffer function

The NdrProxyFreeBuffer function frees an RPC buffer.

Syntax


void RPC_ENTRY NdrProxyFreeBuffer(
  _In_    void              *This,
  _Inout_ MIDL_STUB_MESSAGE *pStubMsg
);

Parameters

This [in]

Pointer to the interface proxy.

pStubMsg [in, out]

Pointer to a MIDL_STUB_MESSAGE structure that maintains the current status of the RPC stub. The pRpcMsg member points to a structure whose Buffer member is to be freed. Structure is for internal use only; do not modify.

Return value

This function does not return a value.

Remarks

The NdrProxyFreeBuffer function calls the IRpcChannelBuffer::FreeBuffer method to free the RPC buffer and release IRpcChannelBuffer.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Rpcproxy.h

Library

RpcRT4.lib

DLL

RpcRT4.dll

 

 

Show: