IEventPublisher::OwnerSID property

The security identifier of the creator of the event publisher.

This property is read/write.

Syntax


HRESULT put_OwnerSID(
  [in]          BSTR bstrOwnerSID
);

HRESULT get_OwnerSID(
  [out, retval] BSTR *pbstrOwnerSID
);

Property value

The security identifier 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: