ReactOS 0.4.16-dev-297-gc569aee
|
#include <stdio.h>
#include <windef.h>
#include <winbase.h>
#include <winuser.h>
#include <winreg.h>
#include <shellapi.h>
#include <strsafe.h>
#include <objbase.h>
#include <shobjidl.h>
#include <shlguid.h>
#include "resource.h"
Go to the source code of this file.
Macros | |
#define | WIN32_NO_STATUS |
#define | COBJMACROS |
#define | MAX_VALUE_NAME 16383 |
#define | RUNDLL(param) ((INT_PTR)ShellExecuteW(NULL, L"open", L"rundll32.exe", (param), NULL, SW_SHOWDEFAULT) > 32) |
Functions | |
VOID WINAPI | Control_RunDLLW (HWND hWnd, HINSTANCE hInst, LPCWSTR cmd, DWORD nCmdShow) |
static BOOL | IsSwitch (LPCWSTR Switch, LPCWSTR Arg) |
static HRESULT | OpenControlPanelItem (LPCWSTR Name, LPCWSTR Page) |
static INT | OpenShellFolder (LPWSTR lpFolderCLSID) |
static INT | RunControlPanel (LPCWSTR lpCmd) |
INT WINAPI | wWinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, INT nCmdShow) |
#define RUNDLL | ( | param | ) | ((INT_PTR)ShellExecuteW(NULL, L"open", L"rundll32.exe", (param), NULL, SW_SHOWDEFAULT) > 32) |
Definition at line 1173 of file control.c.
Referenced by Control_RunDLLA().
Definition at line 43 of file control.c.
Referenced by wWinMain().
Definition at line 53 of file control.c.
Referenced by wWinMain().
Definition at line 72 of file control.c.
Referenced by wWinMain().
Definition at line 93 of file control.c.
Referenced by DECLARE_INTERFACE_(), and wWinMain().
INT WINAPI wWinMain | ( | HINSTANCE | hInstance, |
HINSTANCE | hPrevInstance, | ||
LPWSTR | lpCmdLine, | ||
INT | nCmdShow | ||
) |
Definition at line 105 of file control.c.