ReactOS 0.4.16-dev-336-gb667d82
|
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] |
#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.
const GPT_PARTITION_TYPE GptPartitionTypes[NUM_GPT_PARTITION_TYPES] |
Definition at line 271 of file partinfo.c.
Referenced by GetPartitionTypeString().
const MBR_PARTITION_TYPE MbrPartitionTypes[NUM_MBR_PARTITION_TYPES] |
Definition at line 46 of file partinfo.c.
Referenced by GetPartitionTypeString().