ReactOS 0.4.16-dev-1948-gd260c1d
_typelib_t Struct Reference

#include <widltypes.h>

Collaboration diagram for _typelib_t:

Public Attributes

charname
 
const attr_list_tattrs
 
struct list importlibs
 
statement_list_tstmts
 
type_t ** reg_ifaces
 
unsigned int reg_iface_count
 

Detailed Description

Definition at line 609 of file widltypes.h.

Member Data Documentation

◆ attrs

const attr_list_t* _typelib_t::attrs

Definition at line 611 of file widltypes.h.

Referenced by init_library(), and write_id_data_stmts().

◆ importlibs

struct list _typelib_t::importlibs

Definition at line 612 of file widltypes.h.

◆ name

char* _typelib_t::name

Definition at line 610 of file widltypes.h.

Referenced by init_library(), write_header_stmts(), and write_id_data_stmts().

◆ reg_iface_count

unsigned int _typelib_t::reg_iface_count

Definition at line 616 of file widltypes.h.

◆ reg_ifaces

type_t** _typelib_t::reg_ifaces

Definition at line 615 of file widltypes.h.

◆ stmts

statement_list_t* _typelib_t::stmts

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