Share via


IGuideDataProperty::get_Value method (bdatif.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

The get_Value method retrieves the value associated with the property.

Syntax

HRESULT get_Value(
  [out] VARIANT *pvar
);

Parameters

[out] pvar

Pointer to a variable that receives the value of the property as a VARIANT.

Return value

The method returns an HRESULT. Possible values include those in the following table.

Return code Description
S_OK
The method succeeded.

Remarks

If the name of the property is "Description.Name" then the value of the property is the actual name of the service or show.

Requirements

   
Target Platform Windows
Header bdatif.h

See also

Error and Success Codes

IGuideDataProperty Interface