ReactOS 0.4.15-dev-7958-gcd0bb1a
table Struct Reference

#include <wbemprox_private.h>

Collaboration diagram for table:

Public Attributes

const WCHARname
 
UINT num_cols
 
const struct columncolumns
 
UINT num_rows
 
UINT num_rows_allocated
 
BYTEdata
 
enum fill_status(* fill )(struct table *, const struct expr *cond)
 
UINT flags
 
struct list entry
 
LONG refs
 

Detailed Description

Definition at line 108 of file wbemprox_private.h.

Member Data Documentation

◆ columns

◆ data

◆ entry

◆ fill

enum fill_status(* table::fill) (struct table *, const struct expr *cond)

Definition at line 115 of file wbemprox_private.h.

Referenced by clear_table(), create_table(), and exec_select_view().

◆ flags

UINT table::flags

Definition at line 117 of file wbemprox_private.h.

Referenced by create_table(), free_table(), and sort_n_finish().

◆ name

◆ num_cols

◆ num_rows

◆ num_rows_allocated

UINT table::num_rows_allocated

Definition at line 114 of file wbemprox_private.h.

Referenced by clear_table(), create_table(), and resize_table().

◆ refs

LONG table::refs

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