IConfigAsfWriter::GetCurrentProfileId
Microsoft DirectShow 9.0 |
IConfigAsfWriter::GetCurrentProfileId
The GetCurrentProfileId method retrieves the identifier of the WM ASF Writer filter's profile, only when the filter is using a Windows Media Format 4.0 profile. (Deprecated.)
Syntax
HRESULT GetCurrentProfileId( DWORD *pdwProfileId );
Parameters
pdwProfileId
[out] Receives the current profile ID.
Return Values
Returns S_OK if successful, or an HRESULT error code otherwise.
Remarks
This method is obsolete because it applies only to version 4.0 Windows Media Format SDK profiles. Applications should call IConfigAsfWriter::GetCurrentProfile to get the current profile.
Requirements
Header: Include Dshowasf.
Library: None.
See Also