IComTrackingInfoObject::GetValue method (comsvcs.h)

Retrieves the value of the specified property.

Syntax

HRESULT GetValue(
  [in]  LPOLESTR szPropertyName,
  [out] VARIANT  *pvarOut
);

Parameters

[in] szPropertyName

The name of the property.

[out] pvarOut

The value of the property.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header comsvcs.h

See also

IComTrackingInfoObject