IDataCollectorSet::GetValue method (pla.h)

Retrieves a user-defined value.

Syntax

HRESULT GetValue(
  [in]  BSTR key,
  [out] BSTR *value
);

Parameters

[in] key

The key of the value to retrieve.

[out] value

A value associated with the key.

Return value

Returns S_OK if successful.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header pla.h
DLL Pla.dll

See also

IDataCollectorSet

IDataCollectorSet::SetValue