Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |