IConfigAsfWriter::GetCurrentProfileGuid
Microsoft DirectShow 9.0 |
IConfigAsfWriter::GetCurrentProfileGuid
The GetCurrentProfileGuid method retrieves the GUID of the WM ASF Writer filter's current sytem profile, if any. (Deprecated.)
Syntax
HRESULT GetCurrentProfileGuid( GUID *pProfileGuid );
Parameters
pProfileGuid
[out] Receives the GUID of the system profile.
Return Values
Returns S_OK if successful, or an HRESULT error code otherwise.
Remarks
This method applies only when the WM ASF Writer filter is configured with a system profile. If the application provided its own ASF profile instead of a system profile (as is recommended), the profile GUID is GUID_NULL. Applications should call IConfigAsfWriter::GetCurrentProfile to get the current profile.
Requirements
Header: Include Dshowasf.
Library: None.
See Also