ReactOS 0.4.15-dev-7953-g1f49173
partinfo.c File Reference
#include "precomp.h"
#include "partinfo.h"
Include dependency graph for partinfo.c:

Go to the source code of this file.

Macros

#define GUID_CONST(l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8)    { l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } }
 

Variables

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

Macro Definition Documentation

◆ GUID_CONST

#define GUID_CONST (   l,
  w1,
  w2,
  b1,
  b2,
  b3,
  b4,
  b5,
  b6,
  b7,
  b8 
)     { l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } }

Definition at line 206 of file partinfo.c.

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().