Share via


IEEVisualizerService::GetCustomViewerCount

This method gets the number of type visualizers available from this service.

HRESULT GetCustomViewerCount(
   ULONG* pcelt
);
int GetCustomViewerCount(
   out uint pcelt
);

Parameters

  • pcelt
    [out] Returns the number of type visualizers available.

Return Value

If successful, returns S_OK; otherwise, returns an error code.

Remarks

IDebugProperty3::GetCustomViewerCount passes the request to this method in its support for type visualizers.

See Also

Reference

IEEVisualizerService

IDebugProperty3::GetCustomViewerCount