Fonction NdrProxySendReceive (rpcproxy.h)
La fonction NdrProxySendReceive envoie un message au serveur, puis attend une réponse.
Syntaxe
void NdrProxySendReceive(
[in] void *This,
[in, out] MIDL_STUB_MESSAGE *pStubMsg
);
Paramètres
[in] This
Pointeur vers le proxy d’interface.
[in, out] pStubMsg
Pointeur vers une structure MIDL_STUB_MESSAGE qui maintient la status actuelle du stub RPC. La structure est destinée uniquement à un usage interne ; ne modifiez pas.
Valeur de retour
None
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 2000 Professionnel [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows 2000 Server [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | rpcproxy.h |
Bibliothèque | Rpcrt4.lib |
DLL | Rpcrt4.dll |