IServiceGroup::RemoveMember method (portcls.h)

The RemoveMember method removes the specified member from the service group.

Syntax

void RemoveMember(
  [in] PSERVICESINK pServiceSink
);

Parameters

[in] pServiceSink

Pointer to the IServiceSink interface of the member that is to be removed

Return value

None

Remarks

The RemoveMember method removes a service sink that was previously added to the service group by an AddMember call. The AddMember method called AddRef on the service sink object, and the RemoveMember method calls Release on the service sink object. This behavior is in accordance with the reference-counting conventions for COM objects.

Requirements

Requirement Value
Target Platform Universal
Header portcls.h (include Portcls.h)
IRQL PASSIVE_LEVEL

See also

IServiceGroup

IServiceSink