Méthode IMFRemoteProxy::GetRemoteObject (mfidl.h)
Récupère un pointeur vers l’objet distant pour lequel cet objet est un proxy.
Syntaxe
HRESULT GetRemoteObject(
[in] REFIID riid,
[out] void **ppv
);
Paramètres
[in] riid
Identificateur d’interface (IID) de l’interface demandée.
[out] ppv
Reçoit un pointeur vers l’interface demandée. L’appelant doit libérer l’interface.
Valeur retournée
Elle retourne un code HRESULT. Les valeurs possibles sont notamment celles figurant dans le tableau suivant.
Code de retour | Description |
---|---|
|
S_OK |
Spécifications
Client minimal pris en charge | Windows Vista [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | mfidl.h |
Bibliothèque | Mfuuid.lib |