StopWatchMode.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

StopWatchMode (SHLWAPI.241)

SYNOPSIS

DWORD StopWatchMode
 (
 )

DESCRIPTION

Get the current performance monitoring mode.

PARAMS

None.

RETURNS

The current performance monitoring mode. This is zero if monitoring is disabled (the default).

NOTES

If this function returns 0, no further StopWatch functions should be called.

IMPLEMENTATION

Exported by ordinal only. Use GetProcAddress(3w) to obtain a pointer to the function.

Implemented in "dlls/shlwapi/stopwatch.c".

Debug channel "shell".