MediaTypes Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum MediaTypes
[<System.Flags>]
type MediaTypes =
Public Enum MediaTypes
- Inheritance
-
MediaTypes
- Attributes
Fields
Name | Value | Description |
---|---|---|
Floppy | 1 | List visible floppy disk drive devices. |
FixedDisk | 2 | List visible fixed disk drive devices. |
Tape | 4 | List visible tape devices. |
CDRom | 8 | List visible CD-ROM devices. |
All | 15 | Default. List all media. |
SharedFixedDisk | 16 | List visible fixed disk drive devices shared on a clustered computer. |