ReactOS 0.4.15-dev-7788-g1ad9096
path Struct Reference

#include <wbemprox_private.h>

Collaboration diagram for path:

Public Attributes

WCHARclass
 
UINT class_len
 
WCHARfilter
 
UINT filter_len
 
IWbemPath IWbemPath_iface
 
LONG refs
 
CRITICAL_SECTION cs
 
WCHARtext
 
int len_text
 
WCHARserver
 
int len_server
 
WCHAR ** namespaces
 
intlen_namespaces
 
int num_namespaces
 
int len_class
 
struct keykeys
 
unsigned int num_keys
 
ULONGLONG flags
 

Detailed Description

Definition at line 187 of file wbemprox_private.h.

Member Data Documentation

◆ class

◆ class_len

UINT path::class_len

Definition at line 190 of file wbemprox_private.h.

Referenced by exec_assoc_view(), parse_path(), and query_from_path().

◆ cs

◆ filter

WCHAR* path::filter

Definition at line 191 of file wbemprox_private.h.

Referenced by free_path(), parse_path(), and query_from_path().

◆ filter_len

UINT path::filter_len

Definition at line 192 of file wbemprox_private.h.

Referenced by parse_path(), and query_from_path().

◆ flags

ULONGLONG path::flags

◆ IWbemPath_iface

IWbemPath path::IWbemPath_iface

Definition at line 51 of file path.c.

Referenced by impl_from_IWbemPath(), and WbemPath_create().

◆ keys

struct key* path::keys

Definition at line 63 of file path.c.

Referenced by build_keylist(), clear_path(), free_keys(), init_path(), and parse_text().

◆ len_class

int path::len_class

Definition at line 62 of file path.c.

Referenced by build_path(), init_path(), parse_text(), path_GetClassName(), and path_SetClassName().

◆ len_namespaces

◆ len_server

int path::len_server

Definition at line 57 of file path.c.

Referenced by build_server(), init_path(), parse_text(), path_GetInfo(), path_GetServer(), and path_SetServer().

◆ len_text

int path::len_text

Definition at line 55 of file path.c.

Referenced by build_path(), init_path(), and path_SetText().

◆ namespaces

◆ num_keys

unsigned int path::num_keys

Definition at line 64 of file path.c.

Referenced by build_keylist(), build_path(), clear_path(), init_path(), parse_text(), and path_GetInfo().

◆ num_namespaces

◆ refs

LONG path::refs

Definition at line 52 of file path.c.

Referenced by path_AddRef(), path_Release(), and WbemPath_create().

◆ server

WCHAR* path::server

◆ text

WCHAR* path::text

Definition at line 54 of file path.c.

Referenced by build_path(), clear_path(), init_path(), and path_SetText().


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