Funzione NdrStubGetBuffer (rpcproxy.h)

La funzione NdrStubGetBuffer recupera un buffer dal canale RPC.

Sintassi

void NdrStubGetBuffer(
  [in]      IRpcStubBuffer     *This,
  [in]      IRpcChannelBuffer  *pRpcChannelBuffer,
  [in, out] PMIDL_STUB_MESSAGE pStubMsg
);

Parametri

[in] This

Puntatore allo stub.

[in] pRpcChannelBuffer

Puntatore al canale RPC.

[in, out] pStubMsg

Puntatore a una struttura MIDL_STUB_MESSAGE che mantiene lo stato corrente dello stub RPC. Il membro pRpcMsg punta a una struttura il cui membro Buffer punta al buffer appena allocato. La struttura è solo per uso interno; non modificare.

Valore restituito

nessuno

Requisiti

Requisito Valore
Client minimo supportato Windows 2000 Professional [solo app desktop]
Server minimo supportato Windows 2000 Server [solo app desktop]
Piattaforma di destinazione Windows
Intestazione rpcproxy.h
Libreria Rpcrt4.lib
DLL Rpcrt4.dll

Vedi anche

IRpcChannelBuffer

IRpcStubBuffer