Condividi tramite


Interfaccia IRpcChannelBuffer (objidlbase.h)

Effettua il marshalling dei dati tra un proxy client COM e uno stub server COM.

Ereditarietà

L'interfaccia IRpcChannelBuffer eredita dall'interfaccia IUnknown . IRpcChannelBuffer include anche questi tipi di membri:

Metodi

L'interfaccia IRpcChannelBuffer include questi metodi.

 
IRpcChannelBuffer::FreeBuffer

Il metodo IRpcChannelBuffer::FreeBuffer (objidlbase.h) libera un buffer del canale RPC allocato in precedenza.
IRpcChannelBuffer::GetBuffer

Il metodo IRpcChannelBuffer::GetBuffer (objidlbase.h) recupera un buffer in cui è possibile effettuare il marshalling dei dati per la trasmissione.
IRpcChannelBuffer::GetDestCtx

Il metodo IRpcChannelBuffer::GetDestCtx (objidlbase.h) recupera il contesto di destinazione per il canale RPC.
IRpcChannelBuffer::IsConnected

Il metodo IRpcChannelBuffer::IsConnected (objidlbase.h) determina se il canale RPC è connesso.
IRpcChannelBuffer::SendReceive

Il metodo IRpcChannelBuffer::SendReceive (objidlbase.h) invia una chiamata al metodo attraverso un canale RPC allo stub del server.

Requisiti

Requisito Valore
Client minimo supportato Windows 2000 Professional [app desktop | App UWP]
Server minimo supportato Windows 2000 Server [app desktop | App UWP]
Piattaforma di destinazione Windows
Intestazione objidlbase.h (include ObjIdl.h)

Vedi anche

IMarshal

IRpcProxyBuffer

IRpcStubBuffer