Share via


IGuideDataProperty::get_Value Method

The get_Value method retrieves the value associated with the property.

Syntax

HRESULT get_Value(
  [out]  VARIANT *pvar
);

Parameters

  • pvar [out]
    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

Header Declared in Bdatif.h.

See Also

Error and Success Codes
IGuideDataProperty Interface

Send comments about this topic to Microsoft

Build date: 12/4/2008