Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.