ReactOS 0.4.16-dev-1946-g52006dd
sltg_typelib Struct Reference
Collaboration diagram for sltg_typelib:

Public Attributes

typelib_ttypelib
 
struct sltg_data index
 
struct sltg_data name_table
 
struct sltg_library library
 
struct sltg_blockblocks
 
int block_count
 
int first_block
 
short typeinfo_count
 
int typeinfo_size
 
struct sltg_blocktypeinfo
 

Detailed Description

Definition at line 89 of file write_sltg.c.

Member Data Documentation

◆ block_count

int sltg_typelib::block_count

Definition at line 96 of file write_sltg.c.

Referenced by add_block_index(), create_sltg_typelib(), and sltg_write_header().

◆ blocks

struct sltg_block* sltg_typelib::blocks

Definition at line 95 of file write_sltg.c.

Referenced by add_block_index(), create_sltg_typelib(), and sltg_write_header().

◆ first_block

int sltg_typelib::first_block

Definition at line 97 of file write_sltg.c.

Referenced by create_sltg_typelib().

◆ index

struct sltg_data sltg_typelib::index

Definition at line 92 of file write_sltg.c.

Referenced by add_block(), create_sltg_typelib(), and sltg_write_header().

◆ library

struct sltg_library sltg_typelib::library

Definition at line 94 of file write_sltg.c.

Referenced by init_library().

◆ name_table

struct sltg_data sltg_typelib::name_table

Definition at line 93 of file write_sltg.c.

Referenced by create_sltg_typelib(), init_library(), and sltg_write_header().

◆ typeinfo

struct sltg_block* sltg_typelib::typeinfo

Definition at line 100 of file write_sltg.c.

Referenced by create_sltg_typelib(), and sltg_add_typeinfo().

◆ typeinfo_count

short sltg_typelib::typeinfo_count

Definition at line 98 of file write_sltg.c.

Referenced by create_sltg_typelib(), sltg_add_typeinfo(), and sltg_write_header().

◆ typeinfo_size

int sltg_typelib::typeinfo_size

Definition at line 99 of file write_sltg.c.

Referenced by create_sltg_typelib(), sltg_add_typeinfo(), and sltg_write_header().

◆ typelib

typelib_t* sltg_typelib::typelib

Definition at line 91 of file write_sltg.c.

Referenced by create_sltg_typelib(), and init_library().


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