Interfaccia IRpcChannelBuffer (objidl.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 (objidl.h) libera un buffer del canale RPC precedentemente allocato.
IRpcChannelBuffer::GetBuffer

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

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

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

Il metodo IRpcChannelBuffer::SendReceive (objidl.h) invia una chiamata al metodo su un canale RPC al 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 objidl.h (include ObjIdl.h)

Vedi anche

IMarshal

IRpcProxyBuffer

IRpcStubBuffer