3.1.4.3.7 get_FireInParallel (Opnum 27)

The get_FireInParallel method gets the FireInParallel property of the event class.

 [id(11), propget, helpstring("property FireInParallel")] HRESULT FireInParallel(
   [out, retval] BOOL* pfFireInParallel
 );

pfFireInParallel: If the method returns a success HRESULT, this MUST contain the value of the FireInParallel property of the event class, as specified in section 3.1.1.1.

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 FireInParallel property.