IEventPublisher::PublisherType property

The optional administrative group for the event publisher.

This property is read/write.

Syntax


HRESULT put_PublisherType(
  [in]          BSTR bstrPublisherType
);

HRESULT get_PublisherType(
  [out, retval] BSTR *pbstrPublisherType
);

Property value

The administrative group to be set.

Error codes

The possible return values include E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, E_FAIL, and S_OK.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

EventSys.h

IDL

EventSys.idl

IID

IID_IEventPublisher is defined as E341516B-2E32-11D1-9964-00C04FBBB345

See also

IEventPublisher

 

 

Show: