IEventPublisher::PublisherName property

The display name for the event publisher.

This property is read/write.

Syntax


HRESULT put_PublisherName(
  [in]          BSTR bstrPublisherName
);

HRESULT get_PublisherName(
  [out, retval] BSTR *pbstrPublisherName
);

Property value

The display name 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: