ReactOS 0.4.16-dev-942-g91fadeb
|
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <ndk/psfuncs.h>
#include <ndk/rtlfuncs.h>
#include <psapi.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | WIN32_NO_STATUS |
#define | NTOS_MODE_USER |
#define | NDEBUG |
Functions | |
static VOID NTAPI | PsParseCommandLine (VOID) |
static VOID NTAPI | PsInitializeAndStartProfile (VOID) |
static VOID NTAPI | PsStopAndAnalyzeProfile (VOID) |
BOOLEAN WINAPI | DllMain (HINSTANCE hDllHandle, DWORD nReason, LPVOID Reserved) |
Definition at line 51 of file main.c.