win32pdh.BrowseCounters

string = BrowseCounters(flags, hWnd , callback , defDetailLevel , dlgCaption )

Displays the counter browsing dialog box so that the user can select the counters to be returned to the caller.

Parameters

flags : tuple

Tuple describing the bitmasks, or None.

hWnd : PyHANDLE

parent for the dialog.

callback : object

A callable object to function as the callback.

defDetailLevel : int

The default detail level to show on startup in the Detail Level combo box. If the Detail Level combo box is not shown, this is the detail level to use in filtering the displayed performance counters and objects.

dlgCaption : string

The dialog coption, or None for default.