CONFIGMG_Get_HW_Prof_Flags
CONFIGRET CONFIGMG_Get_HW_Prof_Flags(PCHAR szDevNodeName, ULONG ulConfig, PULONG pulValue, ULONG ulFlags)
Get the Config-Specific Config flags for a devnode/hardware profile combination.
- Returns CR_SUCCESS if the function is successful. Otherwise, the return value can be CR_INVALID_FLAG, CR_INVALID_POINTER or CR_REGISTRY_ERROR.
- szDevNodeName
- The name of the devnode to query.
- ulConfig
- The hardware profile number to query. A ulConfig value of 0 indicates the current hardware profile should be queried.
- pulValue
- Points to the location to store the Config-Specific Config flags.
- ulFlags
- Must be zero.
See Also
CONFIGMG_Set_HW_Prof_Flags