IDeviceModelPlugIn::GetPrimarySamples method (wcsplugin.h)

Returns the measurement color for the primary sample.

Syntax

HRESULT GetPrimarySamples(
  [out] PrimaryXYZColors *pPrimaryColor
);

Parameters

[out] pPrimaryColor

The primary color type, which is determined by using the hue circle order. If the plugin device model does not natively support primaries for red, yellow, green, cyan, blue, magenta, black and white, it must still return virtual primary data.

Return value

If this function succeeds, the return value is S_OK.

If this function fails, the return value is E_FAIL.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header wcsplugin.h

See also