Méthode IPSFactoryBuffer ::CreateProxy (objidlbase.h)
Crée un proxy pour l’interface distante spécifiée.
Syntaxe
HRESULT CreateProxy(
[in] IUnknown *pUnkOuter,
[in] REFIID riid,
[out] IRpcProxyBuffer **ppProxy,
[out] void **ppv
);
Paramètres
[in] pUnkOuter
Interface IUnknown de contrôle ; utilisé pour l’agrégation.
[in] riid
Identificateur de l’interface vers le proxy.
[out] ppProxy
Pointeur vers une interface IRpcProxyBuffer pour contrôler le marshaling.
[out] ppv
Pointeur vers l’interface spécifiée par riid.
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
L’implémentation IUnknown de l’interface IRpcProxyBuffer ne doit pas déléguer à l’IUnknown de contrôle externe.
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) |