Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
This topic has not yet been rated - Rate this topic

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

 

 

Send comments about this topic to Microsoft

Build date: 11/23/2012

Community Additions

© 2013 Microsoft. All rights reserved.