Partager via


Interface IProfferService (shobjidl_core.h)

Expose un mécanisme général permettant aux objets d’offrir des services à d’autres objets sur le même hôte.

Héritage

L’interface IProfferService hérite de l’interface IUnknown. IProfferService a également les types de membres suivants :

Méthodes

L’interface IProfferService a ces méthodes.

 
IProfferService::P rofferService

Met un service à la disposition d’autres objets sur le même hôte.
IProfferService::RevokeService

Rend indisponible un service qui était précédemment disponible pour d’autres objets via IProfferService::P rofferService.

Remarques

Les objets qui exposent un service appellent d’abord QueryInterface sur leur hôte pour cette interface, puis exécutent IProfferService::P rofferService.

Configuration requise

   
Client minimal pris en charge Windows XP [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2003 [applications de bureau uniquement]
Plateforme cible Windows
En-tête shobjidl_core.h (incluez Shobjidl.h)

Voir aussi

IObjectWithSite