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 to obtain a pointer to the function.

Implemented in "dlls/shlwapi/stopwatch.c". https://source.winehq.org/source/dlls/shlwapi/stopwatch.c

Debug channel "shell".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.