IConfigAsfWriter2::GetParam
Microsoft DirectShow 9.0 |
IConfigAsfWriter2::GetParam
The GetParam method retrieves the current value of the specified filter configuration parameter.
Syntax
HRESULT GetParam( DWORD dwParam, DWORD* pdwParam1, DWORD* pdwParam2 );
Parameters
dwParam
[in] Specifies the parameter to retrieve, as a member of the _AM_ASFWRITERCONFIG_PARAM enumeration.
pdwParam1
[out] Receives the value of the parameter specified in dwParam.
pdwParam2
[out] Reserved. Must be zero.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
Requirements
Header: Include Dshowasf.
Library: None.
See Also