Home
last modified time | relevance | path

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

/reactos/dll/win32/kernel32/include/
H A Dkernel32.h331 BaseIsDosApplication(
/reactos/dll/win32/kernel32/client/
H A Dproc.c3014 !(BaseIsDosApplication(&PathName, Status)))) in CreateProcessInternalW()
3111 if (BaseIsDosApplication(&PathName, Status)) break; in CreateProcessInternalW()
3305 (BinarySubType = BaseIsDosApplication(&PathName, Status))) in CreateProcessInternalW()
H A Dvdm.c66 BaseIsDosApplication(IN PUNICODE_STRING PathName, in BaseIsDosApplication() function