IUnknown_QueryInterface_Proxy, fonction (unknwnbase.h)
[IUnknown_QueryInterface_Proxy n’est pas pris en charge et peut être modifié ou indisponible à l’avenir.]
La fonction IUnknown_QueryInterface_Proxy implémente la méthode QueryInterface pour tous les proxys d’interface.
Syntaxe
HRESULT IUnknown_QueryInterface_Proxy(
[in] IUnknown *This,
[in] REFIID riid,
[out] void **ppvObject
);
Paramètres
[in] This
Pointeur vers l’objet proxy.
[in] riid
IID de l’interface à interroger.
[out] ppvObject
Adresse à un pointeur dont l’interface est interrogée ou null lorsqu’une interface n’est pas prise en charge.
Valeur retournée
Renvoie S_OK en cas de réussite.
Remarques
Cette fonction est utilisée en interne par les proxys générés par MIDL.
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 | unknwnbase.h (include Unknwn.h) |
Bibliothèque | Rpcrt4.lib |
DLL | Rpcrt4.dll |