ReactOS 0.4.16-dev-1025-gd3456f5
partinfo.h
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS Setup Library
3 * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4 * PURPOSE: MBR and GPT Partition types
5 * COPYRIGHT: Copyright 2018-2025 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
6 */
7
8#pragma once
9
13 _In_ PARTITION_STYLE PartitionStyle,
15
16/* EOF */
enum _PARTITION_STYLE PARTITION_STYLE
#define _In_
Definition: no_sal2.h:158
CHAR PartitionType
Definition: part_xbox.c:32
PCSTR NTAPI LookupPartitionTypeString(_In_ PARTITION_STYLE PartitionStyle, _In_ PVOID PartitionType)
Definition: partinfo.c:804
#define NTAPI
Definition: typedefs.h:36
const char * PCSTR
Definition: typedefs.h:52