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 |
IConfigAsfWriter::GetCurrentProfile
The GetCurrentProfile method retrieves the current ASF profile from the WM ASF Writer filter.
Syntax
HRESULT GetCurrentProfile( IWMProfile **ppProfile );
Parameters
ppProfile
[out] Receives a pointer to the IWMProfile interface of the profile. The caller must release the interface.
Return Values
Returns S_OK if successful, or an HRESULT error code otherwise.
Requirements
Header: Include Dshowasf.
Library: None.
See Also