Searched refs:FSYS_KIND_REMOVEABLE (Results 1 – 3 of 3) sorted by relevance
771 aDriveMap[nDrive].nKind = FSYS_KIND_REMOVEABLE; in CreateDriveMapImpl()801 aDriveMap[nDrive].nKind = FSYS_KIND_REMOVEABLE; in CreateDriveMapImpl()837 aDriveMap[nDrive].nKind = FSYS_KIND_REMOVEABLE; in CreateDriveMapImpl()843 aDriveMap[nDrive].nKind = FSYS_KIND_REMOVEABLE | FSYS_KIND_CDROM; in CreateDriveMapImpl()877 aDriveMap[nDrive].nKind = FSYS_KIND_CDROM|FSYS_KIND_REMOVEABLE; in CreateDriveMapImpl()
877 nKindFlags |= FSYS_KIND_REMOVEABLE; in Update()895 ( ( nType == DRIVE_REMOVABLE ) ? FSYS_KIND_REMOVEABLE : 0 ) | in Update()992 nKindFlags = FSYS_KIND_REMOVEABLE; in Update()
72 #define FSYS_KIND_REMOVEABLE ((DirEntryKind) 128) macro
Completed in 21 milliseconds