GetClientDataEx

The GetClientDataEx method retrieves a text string stored in a specific group Namespace.

Note: The SetClientData method stores the text string in the global Namespace. You can access the global namespace by passing an empty string for the Namespace parameter.

 

HRESULT GetClientDataEx(

[in] long GroupID,

[in] BSTR Namespace,

[out, retval] BSTR* ClientData);

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.

TE_E_NOLICENSE

You are running TerraExplorer Viewer and therefore do not have permission to work with this interface.

TE_E_INFOTREE_CANTUSEROOT

Can not use tree root for this operation