ReactOS 0.4.16-dev-2-g02a6913
|
Go to the source code of this file.
Macros | |
#define | RFF_NOBROWSE 0x01 /* Removes the browse button. */ |
#define | RFF_NODEFAULT 0x02 /* No default item selected. */ |
#define | RFF_CALCDIRECTORY 0x04 /* Calculates the working directory from the file name. */ |
#define | RFF_NOLABEL 0x08 /* Removes the edit box label. */ |
#define | RFF_NOSEPARATEMEM 0x20 /* Removes the Separate Memory Space check box (Windows NT only). */ |
Typedefs | |
typedef void(WINAPI * | RUNFILEDLG) (HWND hwndOwner, HICON hIcon, LPCWSTR lpstrDirectory, LPCWSTR lpstrTitle, LPCWSTR lpstrDescription, UINT uFlags) |
Functions | |
void | TaskManager_OnFileNew (void) |
Definition at line 11 of file run.c.
Referenced by TaskManagerWndProc().