Méthode IRpcChannelBuffer ::GetBuffer (objidlbase.h)
Récupère une mémoire tampon dans laquelle les données peuvent être marshalées pour la transmission.
Syntaxe
HRESULT GetBuffer(
[in, out] RPCOLEMESSAGE *pMessage,
[in] REFIID riid
);
Paramètres
[in, out] pMessage
Pointeur vers une structure de données RPCOLEMESSAGE .
[in] riid
Référence à l’identificateur de l’interface à marshaler.
Valeur retournée
Cette méthode peut retourner les valeurs de retour standard E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, E_FAIL et S_OK.
Configuration requise
Condition requise | Valeur |
---|---|
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) |