Microsoft DirectX 9.0

IAMVideoProcAmp::Get

The Get method retrieves retrieves the current setting of a video property.

Syntax

HRESULT Get(
  long Property,
  long *lValue,
  long *Flags
);

Parameters

Property

[in] Specifies the property to retrieve, as a value from the VideoProcAmpProperty enumeration.

lValue

[out] Pointer to a variable that receives the value of the property.

Flags

[out] Pointer to a variable that receives a member of the VideoProcAmpFlags enumeration. The returned value indicates whether the setting is controlled manually or automatically. 

Return Values

Returns an HRESULT value. Possible values include the following.

Return code Description
S_OK No error.
E_POINTER Null pointer argument.

See Also