ReactOS 0.4.16-dev-112-g52265ae
keyword Struct Reference

#include <wbemprox_private.h>

Collaboration diagram for keyword:

Public Attributes

const WCHARname
 
unsigned int len
 
int tokenType
 
const WCHARvalue
 
const struct keywordnext
 

Detailed Description

Definition at line 32 of file tokenize.c.

Member Data Documentation

◆ len

unsigned int keyword::len

Definition at line 35 of file tokenize.c.

Referenced by compKeyword().

◆ name

const WCHAR * keyword::name

Definition at line 34 of file tokenize.c.

Referenced by compKeyword().

◆ next

const struct keyword* keyword::next

Definition at line 158 of file wbemprox_private.h.

◆ tokenType

int keyword::tokenType

Definition at line 36 of file tokenize.c.

Referenced by sqliteGetToken().

◆ value

const WCHAR* keyword::value

Definition at line 157 of file wbemprox_private.h.


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