Scroll to navigation

StopWatchFlush(3w) Wine API StopWatchFlush(3w)

NAME

StopWatchFlush (SHLWAPI.242)

SYNOPSIS

void StopWatchFlush
(
)
 

DESCRIPTION

Write captured performance nodes to a log file.
 

PARAMS

None.
 

RETURNS

Nothing.
 

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