ReactOS 0.4.16-dev-555-g690643f
|
#include "DriverTester.h"
Go to the source code of this file.
Functions | |
static BOOL | Initialize (LPCWSTR lpDriverPath) |
static BOOL | Uninitialize (LPCWSTR lpDriverPath) |
static BOOL | UsermodeMethod (LPCWSTR lpDriverPath) |
static BOOL | UndocumentedMethod (LPCWSTR lpDriverPath) |
static BOOL | SneakyUndocumentedMethods (LPCWSTR lpDriverPath) |
int __cdecl | wmain (int argc, wchar_t *argv[]) |
Definition at line 85 of file main.c.
Referenced by wmain().
Definition at line 16 of file main.c.
Referenced by DECLARE_INTERFACE_(), wmain(), and CIconWatcher::~CIconWatcher().
Main entry point
Definition at line 114 of file main.c.