WPRCDisableBuiltinProfiles
WPRCDisableBuiltinProfiles is a function disables the built-in profiles.
Syntax
HRESULT WPRCDisableBuiltinProfiles();
Parameters
None
Return Value
The function returns an HRESULT code. A successful execution is typically indicated by S_OK. Failure is indicated by any other HRESULT code, which signifies an error occurred during the execution of the function.