|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "ntstatus.h"#include "windows.h"#include "appmodel.h"#include "shlwapi.h"#include "perflib.h"#include "winternl.h"#include "wine/debug.h"#include "kernelbase.h"#include "wine/heap.h"#include "wine/list.h"
Go to the source code of this file.
Classes | |
| struct | counterset_template |
| struct | counterset_instance |
| struct | perf_provider |
Macros | |
| #define | COBJMACROS |
| #define | WIN32_NO_STATUS |
Variables | |
| BOOL | is_wow64 = FALSE |
| LONG WINAPI AppPolicyGetMediaFoundationCodecLoading | ( | HANDLE | token, |
| AppPolicyMediaFoundationCodecLoading * | policy | ||
| ) |
Definition at line 88 of file main.c.
| LONG WINAPI AppPolicyGetProcessTerminationMethod | ( | HANDLE | token, |
| AppPolicyProcessTerminationMethod * | policy | ||
| ) |
| LONG WINAPI AppPolicyGetShowDeveloperDiagnostic | ( | HANDLE | token, |
| AppPolicyShowDeveloperDiagnostic * | policy | ||
| ) |
| LONG WINAPI AppPolicyGetThreadInitializationType | ( | HANDLE | token, |
| AppPolicyThreadInitializationType * | policy | ||
| ) |
| LONG WINAPI AppPolicyGetWindowingModel | ( | HANDLE | token, |
| AppPolicyWindowingModel * | policy | ||
| ) |
Definition at line 43 of file main.c.
Definition at line 463 of file main.c.
Definition at line 529 of file main.c.
Referenced by GetAcceptLanguagesA().
Definition at line 502 of file main.c.
Referenced by GetAcceptLanguagesW().
|
static |
Definition at line 173 of file main.c.
Referenced by PerfCreateInstance(), PerfDeleteInstance(), PerfSetCounterRefValue(), PerfSetCounterSetInfo(), and PerfStopProvider().
| PERF_COUNTERSET_INSTANCE WINAPI * PerfCreateInstance | ( | HANDLE | handle, |
| const GUID * | guid, | ||
| const WCHAR * | name, | ||
| ULONG | id | ||
| ) |
Definition at line 185 of file main.c.
| ULONG WINAPI PerfDeleteInstance | ( | HANDLE | provider, |
| PERF_COUNTERSET_INSTANCE * | block | ||
| ) |
| ULONG WINAPI PerfSetCounterRefValue | ( | HANDLE | provider, |
| PERF_COUNTERSET_INSTANCE * | instance, | ||
| ULONG | counterid, | ||
| void * | address | ||
| ) |
| ULONG WINAPI PerfSetCounterSetInfo | ( | HANDLE | handle, |
| PERF_COUNTERSET_INFO * | template, | ||
| ULONG | size | ||
| ) |
Definition at line 267 of file main.c.
| ULONG WINAPI PerfStartProvider | ( | GUID * | guid, |
| PERFLIBREQUEST | callback, | ||
| HANDLE * | provider | ||
| ) |
Definition at line 340 of file main.c.
| ULONG WINAPI PerfStartProviderEx | ( | GUID * | guid, |
| PERF_PROVIDER_CONTEXT * | context, | ||
| HANDLE * | provider | ||
| ) |
Definition at line 356 of file main.c.
Referenced by PerfStartProvider().
Definition at line 380 of file main.c.
Definition at line 426 of file main.c.
Referenced by ExplorerInstance::QueryInterface(), and CUnknownBase< Interface >::QueryInterface().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | kernelbase | ) |