Searched refs:dwCandidatPathType (Results 1 – 1 of 1) sorted by relevance
249 DWORD dwCandidatPathType = PATHTYPE_ERROR; in IsValidFilePath() local255 dwCandidatPathType = PATHTYPE_ABSOLUTE_UNC | PATHTYPE_IS_LONGPATH; in IsValidFilePath()265 dwCandidatPathType = PATHTYPE_ABSOLUTE_LOCAL | PATHTYPE_IS_LONGPATH; in IsValidFilePath()272 dwCandidatPathType = PATHTYPE_ABSOLUTE_UNC; in IsValidFilePath()278 dwCandidatPathType = PATHTYPE_ABSOLUTE_LOCAL; in IsValidFilePath()281 if ( ( dwCandidatPathType & PATHTYPE_MASK_TYPE ) == PATHTYPE_ABSOLUTE_UNC ) in IsValidFilePath()287 dwPathType = dwCandidatPathType; in IsValidFilePath()322 else if ( ( dwCandidatPathType & PATHTYPE_MASK_TYPE ) == PATHTYPE_ABSOLUTE_LOCAL ) in IsValidFilePath()329 dwPathType = dwCandidatPathType; in IsValidFilePath()
Completed in 9 milliseconds