ReactOS 0.4.16-dev-401-g45b008d
|
#include <wbemprox_private.h>
Public Attributes | |
WCHAR * | class |
UINT | class_len |
WCHAR * | filter |
UINT | filter_len |
IWbemPath | IWbemPath_iface |
LONG | refs |
CRITICAL_SECTION | cs |
WCHAR * | text |
int | len_text |
WCHAR * | server |
int | len_server |
WCHAR ** | namespaces |
int * | len_namespaces |
int | num_namespaces |
int | len_class |
struct key * | keys |
unsigned int | num_keys |
ULONGLONG | flags |
Definition at line 187 of file wbemprox_private.h.
WCHAR * path::class |
Definition at line 189 of file wbemprox_private.h.
Referenced by build_path(), clear_path(), exec_assoc_view(), free_path(), get_object(), init_path(), parse_path(), parse_text(), path_GetClassName(), path_GetInfo(), path_GetKeyList(), path_SetClassName(), and query_from_path().
UINT path::class_len |
Definition at line 190 of file wbemprox_private.h.
Referenced by exec_assoc_view(), parse_path(), and query_from_path().
CRITICAL_SECTION path::cs |
Definition at line 53 of file path.c.
Referenced by path_GetClassName(), path_GetInfo(), path_GetKeyList(), path_GetNamespaceAt(), path_GetNamespaceCount(), path_GetServer(), path_GetText(), path_Release(), path_RemoveAllNamespaces(), path_RemoveNamespaceAt(), path_SetClassName(), path_SetNamespaceAt(), path_SetServer(), path_SetText(), and WbemPath_create().
WCHAR* path::filter |
Definition at line 191 of file wbemprox_private.h.
Referenced by free_path(), parse_path(), and query_from_path().
UINT path::filter_len |
Definition at line 192 of file wbemprox_private.h.
Referenced by parse_path(), and query_from_path().
ULONGLONG path::flags |
Definition at line 65 of file path.c.
Referenced by init_path(), parse_text(), path_GetInfo(), path_SetClassName(), path_SetNamespaceAt(), and path_SetServer().
IWbemPath path::IWbemPath_iface |
Definition at line 51 of file path.c.
Referenced by impl_from_IWbemPath(), and WbemPath_create().
Definition at line 63 of file path.c.
Referenced by build_keylist(), clear_path(), free_keys(), init_path(), and parse_text().
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().
int* path::len_namespaces |
Definition at line 59 of file path.c.
Referenced by build_namespace(), clear_path(), init_path(), parse_text(), path_GetNamespaceAt(), path_RemoveAllNamespaces(), path_RemoveNamespaceAt(), and path_SetNamespaceAt().
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().
int path::len_text |
Definition at line 55 of file path.c.
Referenced by build_path(), init_path(), and path_SetText().
WCHAR** path::namespaces |
Definition at line 58 of file path.c.
Referenced by build_namespace(), clear_path(), init_path(), parse_text(), path_GetNamespaceAt(), path_RemoveAllNamespaces(), path_RemoveNamespaceAt(), and path_SetNamespaceAt().
Definition at line 64 of file path.c.
Referenced by build_keylist(), build_path(), clear_path(), init_path(), parse_text(), and path_GetInfo().
int path::num_namespaces |
Definition at line 60 of file path.c.
Referenced by build_namespace(), clear_path(), init_path(), parse_text(), path_GetNamespaceAt(), path_GetNamespaceCount(), path_RemoveAllNamespaces(), path_RemoveNamespaceAt(), and path_SetNamespaceAt().
LONG path::refs |
Definition at line 52 of file path.c.
Referenced by path_AddRef(), path_Release(), and WbemPath_create().
WCHAR* path::server |
Definition at line 56 of file path.c.
Referenced by build_server(), clear_path(), init_path(), parse_text(), path_GetInfo(), path_GetServer(), and path_SetServer().
WCHAR* path::text |
Definition at line 54 of file path.c.
Referenced by build_path(), clear_path(), init_path(), and path_SetText().