IDeviceModelPlugIn::GetGamutBoundaryMeshSize method (wcsplugin.h)

Returns the required data structure sizes for the GetGamutBoundaryMesh function.

Syntax

HRESULT GetGamutBoundaryMeshSize(
  [out] UINT *pNumVertices,
  [out] UINT *pNumTriangles
);

Parameters

[out] pNumVertices

The required number of vertices.

[out] pNumTriangles

The required number of triangles.

Return value

If this function succeeds, the return value is S_OK.

If the plug-in device model wants WCS to compute its gamut boundary mesh, the return value is S_FALSE.

If this function fails, the return value is E_FAIL.

Remarks

This function is called by the CreateMultiProfileTransform function.

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