ReactOS 0.4.15-dev-7924-g5949c20
disklabel::partition Struct Reference

#include <ffs.h>

Public Attributes

UINT32 p_size
 
UINT32 p_offset
 
union {
   UINT32   fsize
 
   UINT32   cdsession
 
__partition_u2
 
UINT8 p_fstype
 
UINT8 p_frag
 
union {
   UINT16   cpg
 
   UINT16   sgs
 
__partition_u1
 

Detailed Description

Definition at line 260 of file ffs.h.

Member Data Documentation

◆ 

union { ... } disklabel::partition::__partition_u1

◆ 

union { ... } disklabel::partition::__partition_u2

◆ cdsession

UINT32 disklabel::partition::cdsession

Definition at line 266 of file ffs.h.

◆ cpg

UINT16 disklabel::partition::cpg

Definition at line 271 of file ffs.h.

◆ fsize

UINT32 disklabel::partition::fsize

Definition at line 264 of file ffs.h.

◆ p_frag

UINT8 disklabel::partition::p_frag

Definition at line 269 of file ffs.h.

◆ p_fstype

UINT8 disklabel::partition::p_fstype

Definition at line 268 of file ffs.h.

◆ p_offset

UINT32 disklabel::partition::p_offset

Definition at line 262 of file ffs.h.

◆ p_size

UINT32 disklabel::partition::p_size

Definition at line 261 of file ffs.h.

◆ sgs

UINT16 disklabel::partition::sgs

Definition at line 272 of file ffs.h.


The documentation for this struct was generated from the following file: