Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.