ReactOS 0.4.16-dev-91-g764881a
|
Go to the source code of this file.
Classes | |
struct | _NEW_ITEM_CONTEXT |
struct | _COPY_MOVE_CONTEXT |
struct | _GROUP_ATTRIBUTES_CONTEXT |
struct | _PICK_ICON_CONTEXT |
struct | _PROGRAM_ATTRIBUTES_CONTEXT |
struct | _EXECUTE_CONTEXT |
Typedefs | |
typedef struct _NEW_ITEM_CONTEXT | NEW_ITEM_CONTEXT |
typedef struct _NEW_ITEM_CONTEXT * | PNEW_ITEM_CONTEXT |
typedef struct _COPY_MOVE_CONTEXT | COPY_MOVE_CONTEXT |
typedef struct _COPY_MOVE_CONTEXT * | PCOPY_MOVE_CONTEXT |
typedef struct _GROUP_ATTRIBUTES_CONTEXT | GROUP_ATTRIBUTES_CONTEXT |
typedef struct _GROUP_ATTRIBUTES_CONTEXT * | PGROUP_ATTRIBUTES_CONTEXT |
typedef struct _PICK_ICON_CONTEXT | PICK_ICON_CONTEXT |
typedef struct _PICK_ICON_CONTEXT * | PPICK_ICON_CONTEXT |
typedef struct _PROGRAM_ATTRIBUTES_CONTEXT | PROGRAM_ATTRIBUTES_CONTEXT |
typedef struct _PROGRAM_ATTRIBUTES_CONTEXT * | PPROGRAM_ATTRIBUTES_CONTEXT |
typedef struct _EXECUTE_CONTEXT | EXECUTE_CONTEXT |
typedef struct _EXECUTE_CONTEXT * | PEXECUTE_CONTEXT |
typedef struct _EXECUTE_CONTEXT EXECUTE_CONTEXT |
typedef struct _NEW_ITEM_CONTEXT NEW_ITEM_CONTEXT |
typedef struct _COPY_MOVE_CONTEXT * PCOPY_MOVE_CONTEXT |
typedef struct _EXECUTE_CONTEXT * PEXECUTE_CONTEXT |
typedef struct _NEW_ITEM_CONTEXT * PNEW_ITEM_CONTEXT |
typedef struct _PICK_ICON_CONTEXT * PPICK_ICON_CONTEXT |
Definition at line 530 of file dialog.c.
Referenced by DIALOG_SYMBOL_DlgProc().
Definition at line 45 of file dialog.c.
Referenced by DIALOG_BrowsePrograms(), and DIALOG_BrowseSymbols().
Definition at line 56 of file dialog.c.
Referenced by DIALOG_BrowsePrograms(), and DIALOG_BrowseSymbols().
Definition at line 91 of file dialog.c.
Referenced by DIALOG_EXECUTE_DlgProc(), and DIALOG_PROGRAM_DlgProc().
|
static |
Definition at line 265 of file dialog.c.
Referenced by DIALOG_CopyMove().
Definition at line 343 of file dialog.c.
Referenced by PROGRAM_CopyMoveProgram().
Definition at line 361 of file dialog.c.
Referenced by MAIN_MenuCommand().
Definition at line 1021 of file dialog.c.
Referenced by MAIN_MenuCommand().
|
static |
Definition at line 925 of file dialog.c.
Referenced by DIALOG_Execute().
|
static |
Definition at line 414 of file dialog.c.
Referenced by DIALOG_GroupAttributes().
BOOL DIALOG_GroupAttributes | ( | GROUPFORMAT | format, |
LPWSTR | lpszTitle, | ||
LPWSTR | lpszGrpFile, | ||
INT | nSize | ||
) |
Definition at line 484 of file dialog.c.
Referenced by GROUP_ModifyGroup(), and GROUP_NewGroup().
Definition at line 233 of file dialog.c.
Referenced by MAIN_MenuCommand().
|
static |
Definition at line 149 of file dialog.c.
Referenced by DIALOG_New().
|
static |
Definition at line 723 of file dialog.c.
Referenced by DIALOG_ProgramAttributes().
BOOL DIALOG_ProgramAttributes | ( | LPWSTR | lpszTitle, |
LPWSTR | lpszCmdLine, | ||
LPWSTR | lpszWorkDir, | ||
LPWSTR | lpszIconFile, | ||
HICON * | lphIcon, | ||
INT * | lpnIconIndex, | ||
INT * | lpnHotKey, | ||
INT * | lpnCmdShow, | ||
BOOL * | lpbNewVDM, | ||
INT | nSize | ||
) |
Definition at line 864 of file dialog.c.
Referenced by PROGRAM_ModifyProgram(), and PROGRAM_NewProgram().
|
static |
Definition at line 680 of file dialog.c.
Referenced by DIALOG_PROGRAM_DlgProc().
|
static |
Definition at line 571 of file dialog.c.
Referenced by DIALOG_Symbol().
|
static |
Definition at line 509 of file dialog.c.
Referenced by DIALOG_SYMBOL_DlgProc().
LPCWSTR GroupFormatToFormatName | ( | GROUPFORMAT | Format | ) |
Definition at line 125 of file dialog.c.
Referenced by DIALOG_NEW_DlgProc().
Definition at line 368 of file dialog.c.
Referenced by DIALOG_EXECUTE_DlgProc(), DIALOG_GROUP_DlgProc(), and DIALOG_PROGRAM_DlgProc().