ReactOS 0.4.15-dev-7953-g1f49173
tagMSITABLE Struct Reference
Collaboration diagram for tagMSITABLE:

Public Attributes

BYTE ** data
 
BOOLdata_persistent
 
UINT row_count
 
struct list entry
 
MSICOLUMNINFOcolinfo
 
UINT col_count
 
MSICONDITION persistent
 
LONG ref_count
 
WCHAR name [1]
 

Detailed Description

Definition at line 60 of file table.c.

Member Data Documentation

◆ col_count

◆ colinfo

◆ data

◆ data_persistent

BOOL* tagMSITABLE::data_persistent

◆ entry

struct list tagMSITABLE::entry

Definition at line 65 of file table.c.

Referenced by TABLE_drop(), and TABLE_release().

◆ name

WCHAR tagMSITABLE::name[1]

Definition at line 70 of file table.c.

Referenced by TABLE_set_int(), and TABLE_set_string().

◆ persistent

MSICONDITION tagMSITABLE::persistent

Definition at line 68 of file table.c.

Referenced by TABLE_set_row(), and TABLE_set_string().

◆ ref_count

LONG tagMSITABLE::ref_count

Definition at line 69 of file table.c.

Referenced by TABLE_add_column(), TABLE_add_ref(), and TABLE_release().

◆ row_count


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