Home
last modified time | relevance | path

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

/reactos/dll/win32/kernel32/client/
H A Dproc.c2306 RTL_PATH_TYPE SxsPathType, PathType; in CreateProcessInternalW() local
2823 SxsPathType = RtlDetermineDosPathNameType_U(lpApplicationName); in CreateProcessInternalW()
2824 if ((SxsPathType != RtlPathTypeDriveAbsolute) && in CreateProcessInternalW()
2825 (SxsPathType != RtlPathTypeLocalDevice) && in CreateProcessInternalW()
2826 (SxsPathType != RtlPathTypeRootLocalDevice) && in CreateProcessInternalW()
2827 (SxsPathType != RtlPathTypeUncAbsolute)) in CreateProcessInternalW()
2837 &SxsPathType, in CreateProcessInternalW()