ReactOS 0.4.16-dev-1223-gddcd5f7
_SHELLEXECUTEINFOA Struct Reference

#include <shellapi.h>

Collaboration diagram for _SHELLEXECUTEINFOA:

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
 

Detailed Description

Definition at line 310 of file shellapi.h.

Member Data Documentation

◆ cbSize

◆ 

_ANONYMOUS_UNION union { ... } _SHELLEXECUTEINFOA::DUMMYUNIONNAME

◆ dwHotKey

DWORD _SHELLEXECUTEINFOA::dwHotKey

Definition at line 324 of file shellapi.h.

Referenced by shell_execute_ex_(), and ShellExecuteA().

◆ fMask

◆ hIcon

HANDLE _SHELLEXECUTEINFOA::hIcon

Definition at line 326 of file shellapi.h.

◆ hInstApp

HINSTANCE _SHELLEXECUTEINFOA::hInstApp

Definition at line 319 of file shellapi.h.

Referenced by RealShellExecuteExA(), shell_execute_ex_(), ShellExecuteA(), and ShellExecuteExA().

◆ hkeyClass

HKEY _SHELLEXECUTEINFOA::hkeyClass

Definition at line 323 of file shellapi.h.

Referenced by shell_execute_ex_(), and ShellExecuteA().

◆ hMonitor

HANDLE _SHELLEXECUTEINFOA::hMonitor

Definition at line 328 of file shellapi.h.

◆ hProcess

HANDLE _SHELLEXECUTEINFOA::hProcess

◆ hwnd

◆ lpClass

LPCSTR _SHELLEXECUTEINFOA::lpClass

Definition at line 322 of file shellapi.h.

Referenced by RealShellExecuteExA(), shell_execute_ex_(), ShellExecuteA(), and ShellExecuteExA().

◆ lpDirectory

◆ lpFile

◆ lpIDList

PVOID _SHELLEXECUTEINFOA::lpIDList

◆ lpParameters

◆ lpVerb

◆ nShow

int _SHELLEXECUTEINFOA::nShow

The documentation for this struct was generated from the following file: