3.2.4.6.2 GetMachineGroupInfo (Opnum 8)

The GetMachineGroupInfo method returns information about a machine group.

 [id(2), helpstring("method GetMachineGroupInfo")] HRESULT GetMachineGroupInfo(
   [in] BSTR bstrMachineGroupId,
   [out] BSTR* pbstrMachineGroupInfo
 );

bstrMachineGroupId: A string that specifies the identifier of the machine group for which to return information.

pbstrMachineGroupInfo: A pointer to a string that SHOULD return information about the machine group, in the format specified in MachineGroup (section 2.2.5.17).

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.

0xC1FF0389

WRM_ERR_MACHINEGROUPID_INVALID

The specified machine group id is invalid.

Additional IWRMMachineGroup interface methods are specified in section 3.2.4.6.