Microsoft DirectX 9.0 |
The GetCurrentProfileGuid method retrieves the current ASF profile ID.
Syntax
HRESULT GetCurrentProfileGuid(
GUID *pProfileGuid
);
Parameters
pProfileGuid
[out] Pointer to a variable of type GUID that receives the profile ID.
Return Values
Returns S_OK if successful, or an HRESULT error code otherwise.
See Also