ReactOS 0.4.15-dev-7842-g558ab78
partinfo.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _MBR_PARTITION_TYPE
 
struct  _GPT_PARTITION_TYPE
 

Macros

#define NUM_MBR_PARTITION_TYPES   153
 
#define NUM_GPT_PARTITION_TYPES   177
 

Typedefs

typedef struct _MBR_PARTITION_TYPE MBR_PARTITION_TYPE
 
typedef struct _MBR_PARTITION_TYPEPMBR_PARTITION_TYPE
 
typedef struct _GPT_PARTITION_TYPE GPT_PARTITION_TYPE
 
typedef struct _GPT_PARTITION_TYPEPGPT_PARTITION_TYPE
 

Variables

const MBR_PARTITION_TYPE MbrPartitionTypes [NUM_MBR_PARTITION_TYPES]
 
const GPT_PARTITION_TYPE GptPartitionTypes [NUM_GPT_PARTITION_TYPES]
 

Macro Definition Documentation

◆ NUM_GPT_PARTITION_TYPES

#define NUM_GPT_PARTITION_TYPES   177

Definition at line 29 of file partinfo.h.

◆ NUM_MBR_PARTITION_TYPES

#define NUM_MBR_PARTITION_TYPES   153

Definition at line 18 of file partinfo.h.

Typedef Documentation

◆ GPT_PARTITION_TYPE

◆ MBR_PARTITION_TYPE

◆ PGPT_PARTITION_TYPE

◆ PMBR_PARTITION_TYPE

Variable Documentation

◆ GptPartitionTypes

Definition at line 271 of file partinfo.c.

Referenced by GetPartitionTypeString().

◆ MbrPartitionTypes

Definition at line 46 of file partinfo.c.

Referenced by GetPartitionTypeString().