Previous | Next |
The SetProfileByID method specifies the profile to use for the current writing task, identifying the profile by its GUID.
Syntax
HRESULT SetProfileByID(
REFGUID guidProfile
);
Parameters
guidProfile
[in] GUID of the profile.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
Return code | Meaning |
E_UNEXPECTED | The method failed for an unspecified reason. |
See Also
Previous | Next |