StopWatchMode(3w)
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 "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/stopwatch.c".
- Debug channel "shell".