Microsoft DirectX 9.0

ICodecAPI::GetValue

The GetValue method retrieves the current value of a specified parameter.

Syntax

HRESULT GetValue(
  const GUID*  Api,
  VARIANT*  Value
);

Parameters

Api

[in]  Pointer to a GUID that specifies the parameter.

Value

[out]  Pointer to a VARIANT type that receives the value of the parameter.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.

See Also