3.2.4.5.8 IsWSRMActivated (Opnum 14)

The IsWSRMActivated method returns whether WSRM is active.

 [id(8), helpstring("method IsWSRMActivated")] HRESULT IsWSRMActivated(
   [out] BOOL* pbActivated
 );

pbActivated: A pointer to a Boolean value that returns whether the WSRM server is in the active management state. If TRUE, WSRM is active; otherwise, it is inactive.

If this parameter is NULL, E_INVALIDARG MUST be returned.

Return Values: This method returns 0x00000000 for success or a negative HRESULT value (in the following table or in [MS-ERREF] section 2.1.1) if an error occurs.

Return value/code

Description

0x00000000

S_OK

Operation successful.

0x80070057

E_INVALIDARG

One or more arguments are invalid.

Additional IWRMConfig interface methods are specified in section 3.2.4.5.