ReactOS 0.4.16-dev-937-g7afcd2a
|
#include "config.h"
#include "wine/port.h"
#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.
Macros | |
#define | NONAMELESSUNION |
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) |
#define NONAMELESSUNION |
Definition at line 33 of file stopwatch.c.
Definition at line 191 of file stopwatch.c.
Definition at line 155 of file stopwatch.c.
Definition at line 175 of file stopwatch.c.
Definition at line 219 of file stopwatch.c.
void WINAPI StopWatch_TimerHandler | ( | HWND | hWnd, |
PVOID | pvUnknown1, | ||
BOOL | bUnknown2, | ||
HWND * | pClassWnd | ||
) |
Definition at line 137 of file stopwatch.c.
DWORD WINAPI StopWatchA | ( | DWORD | dwClass, |
LPCSTR | lpszStr, | ||
DWORD | dwUnknown, | ||
DWORD | dwMode, | ||
DWORD | dwTimeStamp | ||
) |
Definition at line 109 of file stopwatch.c.
Definition at line 75 of file stopwatch.c.
Definition at line 58 of file stopwatch.c.
DWORD WINAPI StopWatchW | ( | DWORD | dwClass, |
LPCWSTR | lpszStr, | ||
DWORD | dwUnknown, | ||
DWORD | dwMode, | ||
DWORD | dwTimeStamp | ||
) |
Definition at line 96 of file stopwatch.c.
Referenced by StopWatchA().
WINE_DEFAULT_DEBUG_CHANNEL | ( | shell | ) |