IGuideDataProperty::get_Value
Microsoft DirectShow 9.0 |
IGuideDataProperty::get_Value
The get_Value method retrieves the value associated with the property.
Syntax
HRESULT get_Value( VARIANT* pvar );
Parameters
pvar
[out] Pointer to a variable that receives the value of the property as a VARIANT.
Return Values
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: Include bdatif.h.
See Also