Searched refs:SxsPathType (Results 1 – 1 of 1) sorted by relevance
2306 RTL_PATH_TYPE SxsPathType, PathType; in CreateProcessInternalW() local2823 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()