Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Description
This function queries the built-in profiles of a specified module.
Syntax
HRESULT WPRCQueryBuiltInProfiles(
_In_ HMODULE hModule,
_Out_ BSTR* pbstrProfiles
);
Parameters
hModule
(In HMODULE): Handle to the module whose built-in profiles are to be queried.
pbstrProfiles
(Out BSTR*): Pointer to a BSTR that receives the built-in profiles of the module. The caller is responsible for freeing this memory using SysFreeString.
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.