SET_ACTIVE_COLOR_PROFILE_NAME - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddvdeo.h

typedef struct _SET_ACTIVE_COLOR_PROFILE_NAME {
  WCHAR ColorProfileName[1];
} SET_ACTIVE_COLOR_PROFILE_NAME, *PSET_ACTIVE_COLOR_PROFILE_NAME;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddvdeo-set_active_color_profile_name)

SET_ACTIVE_COLOR_PROFILE_NAME structure

Description

Used to set the active color profile name.

Members

ColorProfileName

The color profile name to set.

Remarks

See also