#include "config.h"
#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) |