ReactOS 0.4.16-dev-747-gbc52d5f
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "winnls.h"
#include "wine/debug.h"
#include "loadperf.h"
Go to the source code of this file.
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (loadperf) | |
BOOL WINAPI | DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) |
static WCHAR * | strdupAW (const char *str) |
DWORD WINAPI | InstallPerfDllA (LPCSTR computer, LPCSTR ini, ULONG_PTR flags) |
DWORD WINAPI | InstallPerfDllW (LPCWSTR computer, LPCWSTR ini, ULONG_PTR flags) |
DWORD WINAPI | LoadPerfCounterTextStringsA (LPCSTR cmdline, BOOL quiet) |
DWORD WINAPI | LoadPerfCounterTextStringsW (LPCWSTR cmdline, BOOL quiet) |
DWORD WINAPI | UnloadPerfCounterTextStringsA (LPCSTR cmdline, BOOL quiet) |
DWORD WINAPI | UnloadPerfCounterTextStringsW (LPCWSTR cmdline, BOOL quiet) |
Definition at line 34 of file loadperf_main.c.
Definition at line 65 of file loadperf_main.c.
Definition at line 100 of file loadperf_main.c.
Definition at line 122 of file loadperf_main.c.
Referenced by LoadPerfCounterTextStringsA(), and wmain().
Definition at line 50 of file loadperf_main.c.
Referenced by InstallPerfDllA(), LoadPerfCounterTextStringsA(), and UnloadPerfCounterTextStringsA().
Definition at line 135 of file loadperf_main.c.
Definition at line 157 of file loadperf_main.c.
Referenced by UnloadPerfCounterTextStringsA().
WINE_DEFAULT_DEBUG_CHANNEL | ( | loadperf | ) |