IProfferService interface

Exposes a general mechanism for objects to offer services to other objects on the same host.

Members

The IProfferService interface inherits from the IUnknown interface. IProfferService also has these types of members:

Methods

The IProfferService interface has these methods.

MethodDescription
ProfferService

Makes a service available to other objects on the same host.

RevokeService

Makes a service unavailable that had previously been available to other objects through IProfferService::ProfferService.

 

Remarks

Objects that expose a service first call QueryInterface on their host for this interface, then execute IProfferService::ProfferService.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

Shobjidl.h

See also

IObjectWithSite

 

 

Show: