|
| enum | _ARC_CODES {
ESUCCESS
, E2BIG
, EACCES
, EAGAIN
,
EBADF
, EBUSY
, EFAULT
, EINVAL
,
EIO
, EISDIR
, EMFILE
, EMLINK
,
ENAMETOOLONG
, ENODEV
, ENOENT
, ENOEXEC
,
ENOMEM
, ENOSPC
, ENOTDIR
, ENOTTY
,
ENXIO
, EROFS
, EMAXIMUM
} |
| |
| enum | _SEEKMODE { SeekAbsolute
, SeekRelative
} |
| |
| enum | _OPENMODE {
OpenReadOnly
, OpenWriteOnly
, OpenReadWrite
, CreateWriteOnly
,
CreateReadWrite
, SupersedeWriteOnly
, SupersedeReadWrite
, OpenDirectory
,
CreateDirectory
} |
| |
| enum | _FILEATTRIBUTES {
ReadOnlyFile = 0x01
, HiddenFile = 0x02
, SystemFile = 0x04
, ArchiveFile = 0x08
,
DirectoryFile = 0x10
, DeleteFile = 0x20
} |
| |
| enum | _IDENTIFIER_FLAG {
Failed = 0x01
, ReadOnly = 0x02
, Removable = 0x04
, ConsoleIn = 0x08
,
ConsoleOut = 0x10
, Input = 0x20
, Output = 0x40
} |
| |
| enum | _CONFIGURATION_CLASS {
SystemClass
, ProcessorClass
, CacheClass
, AdapterClass
,
ControllerClass
, PeripheralClass
, MemoryClass
, MaximumClass
} |
| |
| enum | _CONFIGURATION_TYPE {
ArcSystem
, CentralProcessor
, FloatingPointProcessor
, PrimaryIcache
,
PrimaryDcache
, SecondaryIcache
, SecondaryDcache
, SecondaryCache
,
EisaAdapter
, TcAdapter
, ScsiAdapter
, DtiAdapter
,
MultiFunctionAdapter
, DiskController
, TapeController
, CdromController
,
WormController
, SerialController
, NetworkController
, DisplayController
,
ParallelController
, PointerController
, KeyboardController
, AudioController
,
OtherController
, DiskPeripheral
, FloppyDiskPeripheral
, TapePeripheral
,
ModemPeripheral
, MonitorPeripheral
, PrinterPeripheral
, PointerPeripheral
,
KeyboardPeripheral
, TerminalPeripheral
, OtherPeripheral
, LinePeripheral
,
NetworkPeripheral
, SystemMemory
, DockingInformation
, RealModeIrqRoutingTable
,
RealModePCIEnumeration
, MaximumType
} |
| |
| enum | _MEMORY_TYPE {
MemoryExceptionBlock
, MemorySystemBlock
, MemoryFree
, MemoryBad
,
MemoryLoadedProgram
, MemoryFirmwareTemporary
, MemoryFirmwarePermanent
, MemoryFreeContiguous
,
MemorySpecialMemory
, MemoryMaximum
} |
| |
| enum | _TYPE_OF_MEMORY {
LoaderExceptionBlock
, LoaderSystemBlock
, LoaderFree
, LoaderBad
,
LoaderLoadedProgram
, LoaderFirmwareTemporary
, LoaderFirmwarePermanent
, LoaderOsloaderHeap
,
LoaderOsloaderStack
, LoaderSystemCode
, LoaderHalCode
, LoaderBootDriver
,
LoaderConsoleInDriver
, LoaderConsoleOutDriver
, LoaderStartupDpcStack
, LoaderStartupKernelStack
,
LoaderStartupPanicStack
, LoaderStartupPcrPage
, LoaderStartupPdrPage
, LoaderRegistryData
,
LoaderMemoryData
, LoaderNlsData
, LoaderSpecialMemory
, LoaderBBTMemory
,
LoaderReserve
, LoaderXIPRom
, LoaderHALCachedMemory
, LoaderLargePageFiller
,
LoaderErrorLogMemory
, LoaderMaximum
} |
| |
| enum | _TPM_BOOT_ENTROPY_RESULT_CODE {
TpmBootEntropyStructureUninitialized = 0
, TpmBootEntropyDisabledByPolicy = 1
, TpmBootEntropyNoTpmFound = 2
, TpmBootEntropyTpmError = 3
,
TpmBootEntropySuccess = 4
} |
| |
| enum | _BOOT_ENTROPY_SOURCE_RESULT_CODE {
BootEntropySourceStructureUninitialized = 0
, BootEntropySourceDisabledByPolicy = 1
, BootEntropySourceNotPresent = 2
, BootEntropySourceError = 3
,
BootEntropySourceSuccess = 4
} |
| |
| enum | _BOOT_ENTROPY_SOURCE_ID {
BootEntropySourceNone = 0
, BootEntropySourceSeedfile = 1
, BootEntropySourceExternal = 2
, BootEntropySourceTpm = 3
,
BootEntropySourceRdrand = 4
, BootEntropySourceTime = 5
, BootEntropySourceAcpiOem0 = 6
, BootEntropySourceUefi = 7
,
BootEntropySourceCng = 8
, BootMaxEntropySources = 8
} |
| |