IRpcChannelBuffer::FreeBuffer method (objidlbase.h)

Frees a previously allocated RPC channel buffer.

Syntax

HRESULT FreeBuffer(
  [in, out] RPCOLEMESSAGE *pMessage
);

Parameters

[in, out] pMessage

A pointer to an RPCOLEMESSAGE data structure.

Return value

This method can return the standard return values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, E_FAIL, and S_OK.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps | UWP apps]
Minimum supported server Windows 2000 Server [desktop apps | UWP apps]
Target Platform Windows
Header objidlbase.h (include ObjIdl.h)

See also

IRpcChannelBuffer