Skip to content

Latest commit

 

History

History
50 lines (43 loc) · 1.27 KB

ieevisualizerservice-getcustomviewercount.md

File metadata and controls

50 lines (43 loc) · 1.27 KB
description title ms.date ms.topic f1_keywords helpviewer_keywords author ms.author manager ms.subservice dev_langs
This method gets the number of type visualizers available from this service.
IEEVisualizerService::GetCustomViewerCount
11/04/2016
reference
IEEVisualizerService::GetCustomViewerCount
IEEVisualizerService::GetCustomViewerCount method
maiak
maiak
mijacobs
debug-diagnostics
CPP
CSharp

IEEVisualizerService::GetCustomViewerCount

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

Syntax

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

Parameters

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

Return Value

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

Remarks

See also