Microsoft DirectX 9.0

IAMWstDecoder::GetAnswerMode

Downstream filters use the GetAnswerMode method to retrieve the current answer mode.

Syntax

HRESULT GetAnswerMode(
  BOOL*  pbAnswer
);

Parameters

pbAnswer

[out]  Specifies a pointer to a BOOL to receive the current answer mode.

Value Description
TRUE Hidden text exposed.
FALSE Hidden text not exposed.

Return Values

When the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT code.

See Also