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

EFIPartitionAttributes (Enums)
 
.
Summary
TODO - a short description

C# Definition:

[Flags]
public enum EFIPartitionAttributes : ulong
{
     GPT_ATTRIBUTE_PLATFORM_REQUIRED = 0x0000000000000001,
     LegacyBIOSBootable = 0x0000000000000004,
     GPT_BASIC_DATA_ATTRIBUTE_NO_DRIVE_LETTER = 0x8000000000000000,
     GPT_BASIC_DATA_ATTRIBUTE_HIDDEN = 0x4000000000000000,
     GPT_BASIC_DATA_ATTRIBUTE_SHADOW_COPY = 0x2000000000000000,
     GPT_BASIC_DATA_ATTRIBUTE_READ_ONLY = 0x1000000000000000
}

VB Definition:

Enum EFIPartitionAttributes
   TODO
End Enum

Notes:

None.

Documentation
 

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