Go to the source code of this file.
◆ RFF_CALCDIRECTORY
#define RFF_CALCDIRECTORY 0x04 /* Calculates the working directory from the file name. */ |
Definition at line 48 of file run.h.
◆ RFF_NOBROWSE
#define RFF_NOBROWSE 0x01 /* Removes the browse button. */ |
Definition at line 46 of file run.h.
◆ RFF_NODEFAULT
#define RFF_NODEFAULT 0x02 /* No default item selected. */ |
Definition at line 47 of file run.h.
◆ RFF_NOLABEL
#define RFF_NOLABEL 0x08 /* Removes the edit box label. */ |
Definition at line 49 of file run.h.
◆ RFF_NOSEPARATEMEM
#define RFF_NOSEPARATEMEM 0x20 /* Removes the Separate Memory Space check box (Windows NT only). */ |
Definition at line 50 of file run.h.
◆ RUNFILEDLG
Definition at line 35 of file run.h.
◆ TaskManager_OnFileNew()
Definition at line 26 of file run.c.
#define IDS_CREATENEWTASK_DESC
BOOL WINAPI DeleteObject(_In_ HGDIOBJ)
int WINAPI LoadStringW(_In_opt_ HINSTANCE hInstance, _In_ UINT uID, _Out_writes_to_(cchBufferMax, return+1) LPWSTR lpBuffer, _In_ int cchBufferMax)
void WINAPI RunFileDlg(HWND hWndOwner, HICON hIcon, LPCWSTR lpstrDirectory, LPCWSTR lpstrTitle, LPCWSTR lpstrDescription, UINT uFlags)
#define IDS_CREATENEWTASK
void(WINAPI * RUNFILEDLG)(HWND hwndOwner, HICON hIcon, LPCWSTR lpstrDirectory, LPCWSTR lpstrTitle, LPCWSTR lpstrDescription, UINT uFlags)
TCHAR szTitle[MAX_LOADSTRING]
#define RFF_CALCDIRECTORY
HICON WINAPI LoadIconW(_In_opt_ HINSTANCE, _In_ LPCWSTR)
#define GetProcAddress(x, y)
#define MAKEINTRESOURCEW(i)
Referenced by TaskManagerWndProc().