Group: System Information - Library: advapi32
Reading current hardware profile
BOOL GetCurrentHwProfile(
LPHW_PROFILE_INFO lpHwProfileInfo // profile information
);
DECLARE INTEGER GetCurrentHwProfile IN advapi32;
STRING @ lpHwProfileInfo
lpHwProfileInfo [out] Pointer to an HW_PROFILE_INFO structure that receives information about the current hardware profile.
If the function succeeds, the return value is a nonzero value.