xtd 0.2.0
Loading...
Searching...
No Matches
drive type

Definition

drive type definitions.

Warning
Internal use only

Variables

constexpr int32_t DRIVE_UNKNOWN
 The drive type cannot be determined.
 
constexpr int32_t DRIVE_NO_ROOT_DIR
 The root path is invalid; for example, there is no volume mounted at the specified path.
 
constexpr int32_t DRIVE_REMOVABLE
 The drive has removable media; for example, a floppy drive, thumb drive, or flash card reader.
 
constexpr int32_t DRIVE_FIXED
 The drive has fixed media; for example, a hard disk drive or flash drive.
 
constexpr int32_t DRIVE_REMOTE
 The drive is a remote (network) drive.
 
constexpr int32_t DRIVE_CDROM
 The drive is a CD-ROM drive.
 
constexpr int32_t DRIVE_RAMDISK
 The drive is a RAM disk.
 

Variable Documentation

◆ DRIVE_UNKNOWN

constexpr int32_t DRIVE_UNKNOWN
constexpr

#include <xtd.core.native/include/xtd/native/drive_type.h>

The drive type cannot be determined.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ DRIVE_NO_ROOT_DIR

constexpr int32_t DRIVE_NO_ROOT_DIR
constexpr

#include <xtd.core.native/include/xtd/native/drive_type.h>

The root path is invalid; for example, there is no volume mounted at the specified path.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ DRIVE_REMOVABLE

constexpr int32_t DRIVE_REMOVABLE
constexpr

#include <xtd.core.native/include/xtd/native/drive_type.h>

The drive has removable media; for example, a floppy drive, thumb drive, or flash card reader.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ DRIVE_FIXED

constexpr int32_t DRIVE_FIXED
constexpr

#include <xtd.core.native/include/xtd/native/drive_type.h>

The drive has fixed media; for example, a hard disk drive or flash drive.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ DRIVE_REMOTE

constexpr int32_t DRIVE_REMOTE
constexpr

#include <xtd.core.native/include/xtd/native/drive_type.h>

The drive is a remote (network) drive.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ DRIVE_CDROM

constexpr int32_t DRIVE_CDROM
constexpr

#include <xtd.core.native/include/xtd/native/drive_type.h>

The drive is a CD-ROM drive.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ DRIVE_RAMDISK

constexpr int32_t DRIVE_RAMDISK
constexpr

#include <xtd.core.native/include/xtd/native/drive_type.h>

The drive is a RAM disk.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only