ReactOS 0.4.16-dev-289-g096a551
|
Public Attributes | |
MSIPACKAGE * | package |
MSIRECORD * | record |
LPWSTR | deformatted |
int | len |
int | n |
BOOL | propfailed |
BOOL | groupfailed |
int | groups |
LPWSTR format::deformatted |
Definition at line 61 of file format.c.
Referenced by deformat_string_internal(), format_lex(), format_replace(), get_formstr_data(), and replace_stack_group().
BOOL format::groupfailed |
Definition at line 65 of file format.c.
Referenced by replace_stack_group().
int format::groups |
Definition at line 66 of file format.c.
Referenced by deformat_string_internal(), OpenType_CMAP_GetGlyphIndex(), and replace_stack_group().
int format::len |
Definition at line 62 of file format.c.
Referenced by deformat_string_internal(), and format_replace().
int format::n |
Definition at line 63 of file format.c.
Referenced by deformat_string_internal(), format_lex(), format_replace(), and replace_stack().
MSIPACKAGE* format::package |
Definition at line 59 of file format.c.
Referenced by deformat_component(), deformat_file(), deformat_property(), deformat_string_internal(), and replace_stack_prop().
BOOL format::propfailed |
Definition at line 64 of file format.c.
Referenced by deformat_literal(), deformat_string_internal(), replace_stack_group(), and replace_stack_prop().
MSIRECORD* format::record |
Definition at line 60 of file format.c.
Referenced by deformat_index(), deformat_string_internal(), and replace_stack_prop().