ReactOS 0.4.16-dev-303-g11d5cb8
|
The "Execute..."-dialog lets the user enter a command line to launch. More...
#include <filechild.h>
Static Public Member Functions | |
static INT_PTR CALLBACK | WndProc (HWND hwnd, UINT nmsg, WPARAM wparam, LPARAM lparam) |
Public Attributes | |
TCHAR | cmd [MAX_PATH] |
int | cmdshow |
The "Execute..."-dialog lets the user enter a command line to launch.
Definition at line 133 of file filechild.h.
|
static |
Definition at line 95 of file filechild.cpp.
Referenced by MainFrameBase::Command().
Definition at line 134 of file filechild.h.
Referenced by MainFrameBase::Command(), and WndProc().
int ExecuteDialog::cmdshow |
Definition at line 135 of file filechild.h.
Referenced by MainFrameBase::Command(), and WndProc().