Microsoft DirectX 8.1 (C++)

IGuideDataProperty::get_Value

The get_Value method retrieves the value associated with the MetaProperty object.

Syntax

HRESULT get_Value(
  VARIANT* pvar
);

Parameters

pvar

[out]  Pointer to a variable that receives the value as a VARIANT.

Return Values

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK The method succeeded.

See Also