ReactOS 0.4.16-dev-819-g75c0dc0
|
#include "progman.h"
Go to the source code of this file.
Functions | |
VOID | PROGRAM_NewProgram (PROGGROUP *hGroup) |
VOID | PROGRAM_ModifyProgram (PROGRAM *hProgram) |
PROGRAM * | PROGRAM_AddProgram (PROGGROUP *hGroup, HICON hIcon, LPCWSTR lpszName, INT x, INT y, LPCWSTR lpszCmdLine, LPCWSTR lpszIconFile, INT nIconIndex, LPCWSTR lpszWorkDir, INT nHotKey, INT nCmdShow, BOOL bNewVDM) |
VOID | PROGRAM_CopyMoveProgram (PROGRAM *hProgram, BOOL bMove) |
VOID | PROGRAM_ExecuteProgram (PROGRAM *hProgram) |
VOID | PROGRAM_DeleteProgram (PROGRAM *hProgram, BOOL bUpdateGrpFile) |
PROGRAM * | PROGRAM_ActiveProgram (PROGGROUP *hGroup) |
Definition at line 331 of file program.c.
Referenced by MAIN_MainWndProc(), and MAIN_MenuCommand().
PROGRAM * PROGRAM_AddProgram | ( | PROGGROUP * | hGroup, |
HICON | hIcon, | ||
LPCWSTR | lpszName, | ||
INT | x, | ||
INT | y, | ||
LPCWSTR | lpszCmdLine, | ||
LPCWSTR | lpszIconFile, | ||
INT | nIconIndex, | ||
LPCWSTR | lpszWorkDir, | ||
INT | nHotKey, | ||
INT | nCmdShow, | ||
BOOL | bNewVDM | ||
) |
Definition at line 157 of file program.c.
Referenced by PROGRAM_CopyMoveProgram(), and PROGRAM_NewProgram().
Definition at line 236 of file program.c.
Referenced by MAIN_MenuCommand().
Definition at line 289 of file program.c.
Referenced by GROUP_DeleteGroup(), MAIN_MenuCommand(), and PROGRAM_CopyMoveProgram().
Definition at line 274 of file program.c.
Referenced by GROUP_GroupWndProc(), MAIN_AutoStart(), and MAIN_MenuCommand().
Definition at line 116 of file program.c.
Referenced by MAIN_MenuCommand().
Definition at line 80 of file program.c.
Referenced by MAIN_MenuCommand().