Partager via


IRpcStubBuffer::Invoke, méthode (objidlbase.h)

Appelle l’interface qu’un stub représente.

Syntaxe

HRESULT Invoke(
  [in, out] RPCOLEMESSAGE     *_prpcmsg,
  [in]      IRpcChannelBuffer *_pRpcChannelBuffer
);

Paramètres

[in, out] _prpcmsg

Pointeur vers une structure de données RPCOLEMESSAGE contenant les arguments d’appel marshalés.

[in] _pRpcChannelBuffer

Pointeur vers une interface IRpcChannelBuffer qui contrôle un canal de marshaling RPC.

Valeur retournée

Cette méthode peut retourner les valeurs de retour standard E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, E_FAIL et S_OK.

Spécifications

   
Client minimal pris en charge Windows 2000 Professionnel [applications de bureau | Applications UWP]
Serveur minimal pris en charge Windows 2000 Server [applications de bureau | Applications UWP]
Plateforme cible Windows
En-tête objidlbase.h (inclure ObjIdl.h)

Voir aussi

IRpcStubBuffer