|
ReactOS 0.4.17-dev-439-g3d86d5e
|
#include <stdarg.h>#include <string.h>#include <stdlib.h>#include "windef.h"#include "winbase.h"#include "winreg.h"#include "winternl.h"#include "wine/debug.h"
Go to the source code of this file.
Functions | |
| WINE_DEFAULT_DEBUG_CHANNEL (shell) | |
| DWORD WINAPI | StopWatchMode (void) |
| void WINAPI | StopWatchFlush (void) |
| DWORD WINAPI | StopWatchW (DWORD dwClass, LPCWSTR lpszStr, DWORD dwUnknown, DWORD dwMode, DWORD dwTimeStamp) |
| DWORD WINAPI | StopWatchA (DWORD dwClass, LPCSTR lpszStr, DWORD dwUnknown, DWORD dwMode, DWORD dwTimeStamp) |
| void WINAPI | StopWatch_TimerHandler (HWND hWnd, PVOID pvUnknown1, BOOL bUnknown2, HWND *pClassWnd) |
| void WINAPI | StopWatch_MarkFrameStart (LPCSTR lpszName) |
| void WINAPI | StopWatch_MarkJavaStop (LPCWSTR lpszEvent, HWND hWnd, DWORD dwReserved) |
| DWORD WINAPI | GetPerfTime (void) |
| DWORD WINAPI | StopWatch_SetMsgLastLocation (DWORD dwUnknown) |
Definition at line 186 of file stopwatch.c.
Definition at line 150 of file stopwatch.c.
Definition at line 170 of file stopwatch.c.
Definition at line 214 of file stopwatch.c.
| void WINAPI StopWatch_TimerHandler | ( | HWND | hWnd, |
| PVOID | pvUnknown1, | ||
| BOOL | bUnknown2, | ||
| HWND * | pClassWnd | ||
| ) |
Definition at line 132 of file stopwatch.c.
| DWORD WINAPI StopWatchA | ( | DWORD | dwClass, |
| LPCSTR | lpszStr, | ||
| DWORD | dwUnknown, | ||
| DWORD | dwMode, | ||
| DWORD | dwTimeStamp | ||
| ) |
Definition at line 104 of file stopwatch.c.
Definition at line 70 of file stopwatch.c.
Definition at line 53 of file stopwatch.c.
| DWORD WINAPI StopWatchW | ( | DWORD | dwClass, |
| LPCWSTR | lpszStr, | ||
| DWORD | dwUnknown, | ||
| DWORD | dwMode, | ||
| DWORD | dwTimeStamp | ||
| ) |
Definition at line 91 of file stopwatch.c.
Referenced by StopWatchA().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | shell | ) |