table of contents
other versions
- wheezy 1.4.1-4
| StopWatchMode(3w) | Wine API | 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 "dlls/shlwapi/stopwatch.c". Debug channel "shell".| Oct 2012 | Wine API |