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

Public Attributes

typelib_ttypelib
 
MSFT_Header typelib_header
 
MSFT_pSeg typelib_segdir [MSFT_SEG_MAX]
 
unsigned chartypelib_segment_data [MSFT_SEG_MAX]
 
int typelib_segment_block_length [MSFT_SEG_MAX]
 
int typelib_typeinfo_offsets [0x200]
 
inttypelib_namehash_segment
 
inttypelib_guidhash_segment
 
int help_string_dll_offset
 
struct _msft_typeinfo_ttypeinfos
 
struct _msft_typeinfo_tlast_typeinfo
 

Detailed Description

Definition at line 75 of file write_msft.c.

Member Data Documentation

◆ help_string_dll_offset

int _msft_typelib_t::help_string_dll_offset

Definition at line 88 of file write_msft.c.

◆ last_typeinfo

struct _msft_typeinfo_t* _msft_typelib_t::last_typeinfo

Definition at line 91 of file write_msft.c.

◆ typeinfos

struct _msft_typeinfo_t* _msft_typelib_t::typeinfos

Definition at line 90 of file write_msft.c.

◆ typelib

typelib_t* _msft_typelib_t::typelib

Definition at line 77 of file write_msft.c.

Referenced by create_msft_typelib().

◆ typelib_guidhash_segment

int* _msft_typelib_t::typelib_guidhash_segment

Definition at line 86 of file write_msft.c.

Referenced by create_msft_typelib().

◆ typelib_header

MSFT_Header _msft_typelib_t::typelib_header

Definition at line 78 of file write_msft.c.

Referenced by create_msft_typelib().

◆ typelib_namehash_segment

int* _msft_typelib_t::typelib_namehash_segment

Definition at line 85 of file write_msft.c.

Referenced by create_msft_typelib().

◆ typelib_segdir

MSFT_pSeg _msft_typelib_t::typelib_segdir[MSFT_SEG_MAX]

Definition at line 79 of file write_msft.c.

◆ typelib_segment_block_length

int _msft_typelib_t::typelib_segment_block_length[MSFT_SEG_MAX]

Definition at line 81 of file write_msft.c.

◆ typelib_segment_data

unsigned char* _msft_typelib_t::typelib_segment_data[MSFT_SEG_MAX]

Definition at line 80 of file write_msft.c.

Referenced by create_msft_typelib().

◆ typelib_typeinfo_offsets

int _msft_typelib_t::typelib_typeinfo_offsets[0x200]

Definition at line 83 of file write_msft.c.


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