|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "config.h"#include <stdlib.h>#include <string.h>#include <stdarg.h>#include <stdio.h>#include <ctype.h>#include <time.h>#include "widl.h"#include "windef.h"#include "winbase.h"#include "typelib.h"#include "typelib_struct.h"#include "utils.h"#include "header.h"#include "typetree.h"#include "pshpack1.h"#include "poppack.h"
Go to the source code of this file.
Classes | |
| struct | sltg_data |
| struct | sltg_library |
| struct | sltg_block |
| struct | sltg_typelib |
| struct | sltg_hrefmap |
| struct | sltg_typeinfo_header |
| struct | sltg_member_header |
| struct | sltg_variable |
| struct | sltg_tail |
| struct | sltg_hrefinfo |
| struct | sltg_function |
| struct | sltg_impl_info |
Variables | |
| static const GUID | sltg_library_guid = { 0x204ff,0,0,{ 0xc0,0,0,0,0,0,0,0x46 } } |
|
static |
Definition at line 391 of file write_sltg.c.
Referenced by add_interface_typeinfo(), and add_structure_typeinfo().
|
static |
Definition at line 382 of file write_sltg.c.
Referenced by add_block(), and create_sltg_typelib().
|
static |
Definition at line 1522 of file write_sltg.c.
Referenced by add_type_typeinfo(), and write_var_desc().
|
static |
Definition at line 1512 of file write_sltg.c.
Referenced by add_type_typeinfo(), and write_var_desc().
|
static |
Definition at line 1187 of file write_sltg.c.
Referenced by add_interface_typeinfo().
Definition at line 260 of file write_sltg.c.
Referenced by add_block(), create_library_block(), and init_index().
|
static |
Definition at line 1370 of file write_sltg.c.
Referenced by add_interface_typeinfo(), add_type_typeinfo(), and write_var_desc().
|
static |
Definition at line 496 of file write_sltg.c.
Referenced by add_statement().
Definition at line 288 of file write_sltg.c.
Referenced by add_func_desc(), add_structure_typeinfo(), add_typeinfo_block(), and init_library().
|
static |
Definition at line 1557 of file write_sltg.c.
Referenced by create_sltg_typelib().
|
static |
Definition at line 923 of file write_sltg.c.
Referenced by add_type_typeinfo(), and write_var_desc().
|
static |
Definition at line 1527 of file write_sltg.c.
Referenced by add_statement().
|
static |
Definition at line 501 of file write_sltg.c.
Referenced by add_interface_typeinfo(), and add_structure_typeinfo().
|
static |
Definition at line 1517 of file write_sltg.c.
Referenced by add_type_typeinfo(), and write_var_desc().
Definition at line 482 of file write_sltg.c.
Referenced by add_func_desc(), add_interface_typeinfo(), add_structure_typeinfo(), add_typeinfo_block(), write_hrefmap(), write_impl_href(), and write_var_desc().
|
static |
Definition at line 403 of file write_sltg.c.
Referenced by create_sltg_typelib().
Definition at line 1777 of file write_sltg.c.
Referenced by write_typelib_regscript().
Definition at line 619 of file write_sltg.c.
Referenced by add_func_desc(), and add_structure_typeinfo().
|
static |
Definition at line 1044 of file write_sltg.c.
Referenced by add_interface_typeinfo().
Definition at line 634 of file write_sltg.c.
Referenced by write_var_desc().
|
static |
Definition at line 1065 of file write_sltg.c.
Referenced by add_func_desc().
Definition at line 1146 of file write_sltg.c.
Referenced by add_func_desc().
Definition at line 279 of file write_sltg.c.
Referenced by create_sltg_typelib().
|
static |
Definition at line 321 of file write_sltg.c.
Referenced by create_sltg_typelib().
Definition at line 316 of file write_sltg.c.
Referenced by create_sltg_typelib().
Definition at line 253 of file write_sltg.c.
Referenced by add_func_desc(), add_interface_typeinfo(), add_structure_typeinfo(), add_typeinfo_block(), init_index(), and init_name_table().
Definition at line 892 of file write_sltg.c.
Referenced by add_interface_typeinfo(), and add_structure_typeinfo().
|
static |
Definition at line 547 of file write_sltg.c.
Referenced by add_interface_typeinfo(), and add_structure_typeinfo().
|
static |
Definition at line 701 of file write_sltg.c.
Referenced by add_interface_typeinfo(), and write_var_desc().
Definition at line 450 of file write_sltg.c.
Referenced by add_typeinfo_block().
|
static |
Definition at line 1743 of file write_sltg.c.
Referenced by create_sltg_typelib().
|
static |
Definition at line 470 of file write_sltg.c.
Referenced by add_typeinfo_block().
|
static |
Definition at line 1605 of file write_sltg.c.
Referenced by save_all_changes().
|
static |
Definition at line 1697 of file write_sltg.c.
Referenced by save_all_changes().
|
static |
Definition at line 1706 of file write_sltg.c.
Referenced by save_all_changes().
Definition at line 1720 of file write_sltg.c.
Referenced by save_all_changes().
|
static |
Definition at line 1684 of file write_sltg.c.
Referenced by save_all_changes().
Definition at line 581 of file write_sltg.c.
Referenced by add_interface_typeinfo(), and add_structure_typeinfo().
Definition at line 1350 of file write_sltg.c.
Referenced by add_interface_typeinfo().
|
static |
Definition at line 732 of file write_sltg.c.
Referenced by add_func_desc(), add_structure_typeinfo(), and write_var_desc().
Definition at line 61 of file write_sltg.c.
Referenced by sltg_write_header(), and sltg_write_remainder().