Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

MEDIA_TYPE (Enums)
 
.
Summary
The MEDIA_TYPE enumerators are used in conjunction with the IOCTL_DISK_FORMAT_TRACKS request to format the specified set of contiguous tracks on the disk.

C# Definition:

public enum MEDIA_TYPE : uint
{
   Unknown,
   F5_1Pt2_512,
   F3_1Pt44_512,
   F3_2Pt88_512,
   F3_20Pt8_512,
   F3_720_512,
   F5_360_512,
   F5_320_512,
   F5_320_1024,
   F5_180_512,
   F5_160_512,
   RemovableMedia,
   FixedMedia,
   F3_120M_512,
   F3_640_512,
   F5_640_512,
   F5_720_512,
   F3_1Pt2_512,
   F3_1Pt23_1024,
   F5_1Pt23_1024,
   F3_128Mb_512,
   F3_230Mb_512,
   F8_256_128,
   F3_200Mb_512,
   F3_240M_512,
   F3_32M_512
}

VB 2008

Public Enum MEDIA_TYPE As UInteger
    Unknown
    F5_1Pt2_512
    F3_1Pt44_512
    F3_2Pt88_512
    F3_20Pt8_512
    F3_720_512
    F5_360_512
    F5_320_512
    F5_320_1024
    F5_180_512
    F5_160_512
    RemovableMedia
    FixedMedia
    F3_120M_512
    F3_640_512
    F5_640_512
    F5_720_512
    F3_1Pt2_512
    F3_1Pt23_1024
    F5_1Pt23_1024
    F3_128Mb_512
    F3_230Mb_512
    F8_256_128
    F3_200Mb_512
    F3_240M_512
    F3_32M_512
End Enum

Notes:

Used in DISK_GEOMETRY.

Documentation
MEDIA_TYPE on MSDN
 

Please edit this page!

Do you have...

  • helpful tips?
  • corrections to the existing content?
  • additional languages you want to include?

Select "Edit This Page" on the right hand toolbar and edit it!

 
Access PInvoke.net directly from VS:
Terms of Use
Edit This Page
Find References
Show Printable Version
Revisions