IRpcOptions ::Set, méthode (objidlbase.h)
Définit la valeur d’une propriété d’option de liaison RPC.
Syntaxe
HRESULT Set(
[in] IUnknown *pPrx,
[in] RPCOPT_PROPERTIES dwProperty,
[in] ULONG_PTR dwValue
);
Paramètres
[in] pPrx
Pointeur vers le proxy dont la propriété est définie.
[in] dwProperty
Identificateur de la propriété à définir, qui doit être COMBND_RPCTIMEOUT.
[in] dwValue
Nouvelle valeur de la propriété.
Valeur retournée
Cette méthode peut retourner les valeurs de retour standard E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, E_FAIL et S_OK.
Remarques
Consultez IRpcOptions pour obtenir un tableau des valeurs possibles de la propriété COMBND_RPCTIMEOUT.
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 | objidlbase.h (inclure ObjIdl.h) |