ReactOS 0.4.16-dev-820-g96aa1ee
_column_info Struct Reference

#include <msipriv.h>

Collaboration diagram for _column_info:

Public Attributes

LPCWSTR table
 
LPCWSTR column
 
INT type
 
struct exprval
 
struct _column_infonext
 

Detailed Description

Definition at line 220 of file msipriv.h.

Member Data Documentation

◆ column

LPCWSTR _column_info::column

Definition at line 223 of file msipriv.h.

◆ next

struct _column_info* _column_info::next

Definition at line 226 of file msipriv.h.

◆ table

LPCWSTR _column_info::table

Definition at line 222 of file msipriv.h.

◆ type

INT _column_info::type

Definition at line 224 of file msipriv.h.

◆ val

struct expr* _column_info::val

Definition at line 225 of file msipriv.h.


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