Searched refs:nHotKey (Results 1 – 3 of 3) sorted by relevance
/reactos/base/shell/progman/ |
H A D | program.c | 84 INT nHotKey = 0; in PROGRAM_NewProgram() local 93 &hIcon, &nIconIndex, &nHotKey, &nCmdShow, &bNewVDM, in PROGRAM_NewProgram() 103 nIconIndex, szWorkDir, nHotKey, nCmdShow, bNewVDM)) in PROGRAM_NewProgram() 131 &hProgram->nHotKey, &hProgram->nCmdShow, in PROGRAM_ModifyProgram() 159 LPCWSTR lpszWorkDir, INT nHotKey, INT nCmdShow, BOOL bNewVDM) in PROGRAM_AddProgram() argument 208 hProgram->nHotKey = nHotKey; in PROGRAM_AddProgram() 256 hProgram->nHotKey, in PROGRAM_CopyMoveProgram()
|
H A D | grpfile.c | 253 INT nHotKey, nCmdShow; 305 nHotKey = 0; 330 nHotKey = GET_USHORT(ptr, 6); 349 nHotKey, nCmdShow)); 557 if (lpszWorkDir[0] || program->nHotKey || 714 if (program->nHotKey) 719 PUT_SHORT(buffer, 6, program->nHotKey);
|
H A D | progman.h | 97 INT nHotKey; /* Extension 0x8102 */ member 231 LPCWSTR lpszWorkDir, INT nHotKey, INT nCmdShow, BOOL bNewVDM);
|