ReactOS 0.4.17-dev-934-g091855f
style_part Struct Reference
Collaboration diagram for style_part:

Public Attributes

struct list entry
 
DMUS_OBJECTDESC desc
 
DMUS_IO_STYLEPART header
 
DMUS_IO_STYLENOTE * notes
 
UINT notes_count
 
DMUS_IO_STYLECURVE * curves
 
UINT curves_count
 
DMUS_IO_STYLEMARKER * markers
 
UINT markers_count
 
DMUS_IO_STYLERESOLUTION * resolutions
 
UINT resolutions_count
 
DMUS_IO_STYLE_ANTICIPATION * anticipations
 
UINT anticipations_count
 

Detailed Description

Definition at line 38 of file style.c.

Member Data Documentation

◆ anticipations

DMUS_IO_STYLE_ANTICIPATION* style_part::anticipations

Definition at line 51 of file style.c.

Referenced by parse_part_list(), and style_part_destroy().

◆ anticipations_count

UINT style_part::anticipations_count

Definition at line 52 of file style.c.

Referenced by parse_part_list().

◆ curves

DMUS_IO_STYLECURVE* style_part::curves

Definition at line 45 of file style.c.

Referenced by parse_part_list(), and style_part_destroy().

◆ curves_count

UINT style_part::curves_count

Definition at line 46 of file style.c.

Referenced by parse_part_list().

◆ desc

DMUS_OBJECTDESC style_part::desc

Definition at line 41 of file style.c.

Referenced by parse_part_list().

◆ entry

struct list style_part::entry

Definition at line 40 of file style.c.

Referenced by parse_part_list(), and style_Release().

◆ header

DMUS_IO_STYLEPART style_part::header

Definition at line 42 of file style.c.

Referenced by parse_part_list().

◆ markers

DMUS_IO_STYLEMARKER* style_part::markers

Definition at line 47 of file style.c.

Referenced by parse_part_list(), and style_part_destroy().

◆ markers_count

UINT style_part::markers_count

Definition at line 48 of file style.c.

Referenced by parse_part_list().

◆ notes

DMUS_IO_STYLENOTE* style_part::notes

Definition at line 43 of file style.c.

Referenced by parse_part_list(), and style_part_destroy().

◆ notes_count

UINT style_part::notes_count

Definition at line 44 of file style.c.

Referenced by parse_part_list().

◆ resolutions

DMUS_IO_STYLERESOLUTION* style_part::resolutions

Definition at line 49 of file style.c.

Referenced by parse_part_list(), and style_part_destroy().

◆ resolutions_count

UINT style_part::resolutions_count

Definition at line 50 of file style.c.

Referenced by parse_part_list().


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