Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Microsoft DirectShow 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.
Requirements
Header: Include Iwstdec.h.
Library: Use Strmiids.lib.
See Also