3.1.4.3.1 get_PublisherID (Opnum 21)
The get_PublisherID method gets the PublisherID property of the event class.
-
[id(8), propget, helpstring("property PublisherID")] HRESULT PublisherID( [out, retval] BSTR* pbstrPublisherID );
pbstrPublisherID: If the method returns a success HRESULT, this MUST contain the PublisherID property of the event class, as specified in section 3.1.1.1. The value MUST conform to the format specified in section 2.2.3.
Return Values: An HRESULT specifying success or failure. All success codes MUST be treated the same, and all failure codes MUST be treated the same.
When this method is invoked, the server MUST verify that this value was previously set on this DCOM object instance servicing this method call. If not, the server MUST fail the call, returning a failure HRESULT back to the client. Otherwise, the server MUST return the value of the PublisherID property.