Home
last modified time | relevance | path

Searched refs:bCheckBinaryType (Results 1 – 1 of 1) sorted by relevance

/reactos/base/shell/progman/
H A Ddialog.c717 BOOL bCheckBinaryType; member
757 if (pProgramAttributes->bCheckBinaryType && in DIALOG_PROGRAM_DlgProc()
785 if (pProgramAttributes->bCheckBinaryType && in DIALOG_PROGRAM_DlgProc()
884 dwSize = sizeof(ProgramAttributes.bCheckBinaryType); in DIALOG_ProgramAttributes()
893 ProgramAttributes.bCheckBinaryType = TRUE; in DIALOG_ProgramAttributes()
919 BOOL bCheckBinaryType; member
942 if (pExecuteContext->bCheckBinaryType) in DIALOG_EXECUTE_DlgProc()
973 if (pExecuteContext->bCheckBinaryType && in DIALOG_EXECUTE_DlgProc()
1029 ExecuteContext.bCheckBinaryType = TRUE; in DIALOG_Execute()
1061 dwSize = sizeof(ExecuteContext.bCheckBinaryType); in DIALOG_Execute()
[all …]