|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <shellapi.h>

Public Attributes | |
| DWORD | cbSize |
| ULONG | fMask |
| HWND | hwnd |
| LPCSTR | lpVerb |
| LPCSTR | lpFile |
| LPCSTR | lpParameters |
| LPCSTR | lpDirectory |
| int | nShow |
| HINSTANCE | hInstApp |
| PVOID | lpIDList |
| LPCSTR | lpClass |
| HKEY | hkeyClass |
| DWORD | dwHotKey |
| union { | |
| HANDLE hIcon | |
| HANDLE hMonitor | |
| } | DUMMYUNIONNAME |
| HANDLE | hProcess |
Definition at line 310 of file shellapi.h.
| DWORD _SHELLEXECUTEINFOA::cbSize |
Definition at line 311 of file shellapi.h.
Referenced by StartMenu::ActivateEntry(), ShellEntry::launch_entry(), LaunchHardwareWizard(), RealShellExecuteExA(), RunGUIAppWiz(), shell_execute_ex_(), ShellExecuteA(), and ShellExecuteExA().
| _ANONYMOUS_UNION union { ... } _SHELLEXECUTEINFOA::DUMMYUNIONNAME |
| DWORD _SHELLEXECUTEINFOA::dwHotKey |
Definition at line 324 of file shellapi.h.
Referenced by shell_execute_ex_(), and ShellExecuteA().
| ULONG _SHELLEXECUTEINFOA::fMask |
Definition at line 312 of file shellapi.h.
Referenced by StartMenu::ActivateEntry(), ShellEntry::launch_entry(), RealShellExecuteExA(), shell_execute_ex_(), ShellExecuteA(), and ShellExecuteExA().
| HANDLE _SHELLEXECUTEINFOA::hIcon |
Definition at line 326 of file shellapi.h.
| HINSTANCE _SHELLEXECUTEINFOA::hInstApp |
Definition at line 319 of file shellapi.h.
Referenced by InvokeShellExecuteHook(), RealShellExecuteExA(), shell_execute_ex_(), ShellExecuteA(), and ShellExecuteExA().
| HKEY _SHELLEXECUTEINFOA::hkeyClass |
Definition at line 323 of file shellapi.h.
Referenced by shell_execute_ex_(), and ShellExecuteA().
| HANDLE _SHELLEXECUTEINFOA::hMonitor |
Definition at line 328 of file shellapi.h.
| HANDLE _SHELLEXECUTEINFOA::hProcess |
Definition at line 331 of file shellapi.h.
Referenced by InvokeShellExecuteHook(), RealShellExecuteExA(), RunFile(), shell_execute_ex_(), ShellExecuteA(), and ShellExecuteExA().
| HWND _SHELLEXECUTEINFOA::hwnd |
Definition at line 313 of file shellapi.h.
Referenced by StartMenu::ActivateEntry(), ShellEntry::launch_entry(), LaunchHardwareWizard(), RealShellExecuteExA(), RunGUIAppWiz(), shell_execute_ex_(), and ShellExecuteA().
| LPCSTR _SHELLEXECUTEINFOA::lpClass |
Definition at line 322 of file shellapi.h.
Referenced by RealShellExecuteExA(), shell_execute_ex_(), ShellExecuteA(), and ShellExecuteExA().
| LPCSTR _SHELLEXECUTEINFOA::lpDirectory |
Definition at line 317 of file shellapi.h.
Referenced by StartMenu::ActivateEntry(), ShellEntry::launch_entry(), RealShellExecuteExA(), RunFile(), shell_execute_ex_(), ShellExecuteA(), and ShellExecuteExA().
| LPCSTR _SHELLEXECUTEINFOA::lpFile |
Definition at line 315 of file shellapi.h.
Referenced by StartMenu::ActivateEntry(), ShellEntry::launch_entry(), LaunchHardwareWizard(), RealShellExecuteExA(), RunFile(), RunGUIAppWiz(), shell_execute_ex_(), ShellExecuteA(), and ShellExecuteExA().
| PVOID _SHELLEXECUTEINFOA::lpIDList |
Definition at line 321 of file shellapi.h.
Referenced by StartMenu::ActivateEntry(), ShellEntry::launch_entry(), shell_execute_ex_(), and ShellExecuteA().
| LPCSTR _SHELLEXECUTEINFOA::lpParameters |
Definition at line 316 of file shellapi.h.
Referenced by StartMenu::ActivateEntry(), ShellEntry::launch_entry(), LaunchHardwareWizard(), RealShellExecuteExA(), RunFile(), RunGUIAppWiz(), shell_execute_ex_(), ShellExecuteA(), and ShellExecuteExA().
| LPCSTR _SHELLEXECUTEINFOA::lpVerb |
Definition at line 314 of file shellapi.h.
Referenced by StartMenu::ActivateEntry(), ShellEntry::launch_entry(), LaunchHardwareWizard(), RealShellExecuteExA(), RunGUIAppWiz(), shell_execute_ex_(), ShellExecuteA(), and ShellExecuteExA().
| int _SHELLEXECUTEINFOA::nShow |
Definition at line 318 of file shellapi.h.
Referenced by StartMenu::ActivateEntry(), ShellEntry::launch_entry(), RealShellExecuteExA(), RunFile(), shell_execute_ex_(), and ShellExecuteA().