Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
The NdrProxyFreeBuffer function frees an RPC buffer.
Syntax
void NdrProxyFreeBuffer(
[in] void *This,
[in, out] MIDL_STUB_MESSAGE *pStubMsg
);
Parameters
[in] This
Pointer to the interface proxy.
[in, out] pStubMsg
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
None
Remarks
The NdrProxyFreeBuffer function calls the IRpcChannelBuffer::FreeBuffer method to free the RPC buffer and release IRpcChannelBuffer.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Target Platform | Windows |
| Header | rpcproxy.h |
| Library | Rpcrt4.lib |
| DLL | Rpcrt4.dll |