IsGroupEx

IsGroup is a method that determines whether or not an Info Tree item is a group. In addition, it specifies if the group is locked, or not.

Supported by TerraExplorer Viewer.

 

HRESULT IsGroupEx(

 [in] long ItemID,

 [out] VARIANT* boolLocked,

 [out, retval] BOOL* pVal)

Parameters:

Return Values:

The return value obtained from the returned HRESULT can be one of the following:

 

Return value

Meaning

S_OK

Success.

E_FAIL

Catastrophic failure.

 

Remarks: See: “Finding and modifying objects”.