ReactOS 0.4.15-dev-6068-g8061a6f
|
#include <stdio.h>
#include <windef.h>
#include <winbase.h>
#include <winuser.h>
#include <winreg.h>
#include <shellapi.h>
#include <strsafe.h>
#include "resource.h"
Go to the source code of this file.
Macros | |
#define | WIN32_NO_STATUS |
#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 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 1035 of file control.c.
Referenced by Control_RunDLLA().
Definition at line 38 of file control.c.
Referenced by wWinMain().
Definition at line 58 of file control.c.
Referenced by DECLARE_INTERFACE_(), and wWinMain().
INT WINAPI wWinMain | ( | HINSTANCE | hInstance, |
HINSTANCE | hPrevInstance, | ||
LPWSTR | lpCmdLine, | ||
INT | nCmdShow | ||
) |
Definition at line 70 of file control.c.