ReactOS 0.4.15-dev-7958-gcd0bb1a
tagMSICOLUMNINFO Struct Reference
Collaboration diagram for tagMSICOLUMNINFO:

Public Attributes

LPCWSTR tablename
 
UINT number
 
LPCWSTR colname
 
UINT type
 
UINT offset
 
MSICOLUMNHASHENTRY ** hash_table
 

Detailed Description

Definition at line 50 of file table.c.

Member Data Documentation

◆ colname

◆ hash_table

MSICOLUMNHASHENTRY** tagMSICOLUMNINFO::hash_table

Definition at line 57 of file table.c.

Referenced by get_tablecolumns(), TABLE_add_column(), TABLE_delete_row(), and table_set_bytes().

◆ number

UINT tagMSICOLUMNINFO::number

◆ offset

◆ tablename

LPCWSTR tagMSICOLUMNINFO::tablename

Definition at line 52 of file table.c.

Referenced by get_tablecolumns(), TABLE_add_column(), and TABLE_get_column_info().

◆ type


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