ReactOS 0.4.16-dev-319-g6cf4263
|
#include <stdio.h>
#include "windows.h"
#include "ocidl.h"
#include "initguid.h"
#include "objidl.h"
#include "wbemcli.h"
#include "wmic.h"
#include "wine/debug.h"
#include "wine/unicode.h"
Go to the source code of this file.
Macros | |
#define | COBJMACROS |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (wmic) | |
static const WCHAR * | find_class (const WCHAR *alias) |
static WCHAR * | strdupW (const WCHAR *src) |
static WCHAR * | find_prop (IWbemClassObject *class, const WCHAR *prop) |
static int | output_string (HANDLE handle, const WCHAR *msg,...) |
static int | output_error (int msg) |
static int | output_header (const WCHAR *prop, ULONG column_width) |
static int | output_line (const WCHAR *str, ULONG column_width) |
static int | query_prop (const WCHAR *class, const WCHAR *propname) |
int | wmain (int argc, WCHAR *argv[]) |
Variables | |
static const WCHAR | biosW [] |
static const WCHAR | computersystemW [] |
static const WCHAR | cpuW [] |
static const WCHAR | logicaldiskW [] |
static const WCHAR | nicW [] |
static const WCHAR | osW [] |
static const WCHAR | processW [] |
static const WCHAR | win32_biosW [] |
static const WCHAR | win32_computersystemW [] |
static const WCHAR | win32_logicaldiskW [] |
static const WCHAR | win32_networkadapterW [] |
static const WCHAR | win32_operatingsystemW [] |
static const WCHAR | win32_processW [] |
static const WCHAR | win32_processorW [] |
struct { | |
const WCHAR * alias | |
const WCHAR * class | |
} | alias_map [] |
Definition at line 81 of file main.c.
Referenced by wmain().
|
static |
Definition at line 101 of file main.c.
Referenced by query_prop().
Definition at line 141 of file main.c.
Referenced by query_prop(), and wmain().
Definition at line 150 of file main.c.
Referenced by query_prop(), and test_encode().
Definition at line 124 of file main.c.
Referenced by output_error(), and output_line().
Definition at line 175 of file main.c.
Referenced by wmain().
Definition at line 92 of file main.c.
Referenced by add_cookie(), add_domain(), assembly_create(), BackgroundCopyFileConstructor(), BackgroundCopyJob_SetCredentials(), BackgroundCopyJobConstructor(), build_path(), build_source_filename(), downloadcb_OnProgress(), find_prop(), CShellLink::GetIconLocation(), handle_redirect(), HtmlHelpW(), http_options_SetCustomHeaders(), IAssemblyName_SetPath(), insert_header(), ldap_encode_sort_controlW(), CShellLink::Load(), LoadWinTypeFromCHM(), MergeChmString(), name_GetVersion(), CShellLink::OnNotify(), open_connection(), OpenCHM(), parse_culture(), parse_display_name(), path_SetClassName(), path_SetNamespaceAt(), path_SetServer(), CShellLink::Resolve(), resolve_filename(), CShellLink::Save(), set_cookies(), set_credentials(), set_server_for_hostname(), CShellLink::SetArguments(), SetChmPath(), CShellLink::SetDescription(), CShellLink::SetIconLocation(), CShellLink::SetPath(), CShellLink::SetRelativePath(), CShellLink::SetTargetFromPIDLOrPath(), CShellLink::SetWorkingDirectory(), winhttp_request_Open(), winhttp_request_SetProxy(), WinHttpConnect(), WinHttpOpen(), WinHttpOpenRequest(), and WinHttpSendRequest().
WINE_DEFAULT_DEBUG_CHANNEL | ( | wmic | ) |
Definition at line 269 of file main.c.
Definition at line 67 of file main.c.
Referenced by CLSIDFromProgID(), DoGetAliasPIDLs(), DoInitAliasPIDLs(), find_class(), fnIMultiLanguage3_GetCharsetInfo(), MCI_FinishOpen(), write_progid_record(), xmlAddEncodingAlias(), xmlCleanupEncodingAliases(), xmlDelEncodingAlias(), xmlFindCharEncodingHandler(), xmlGetEncodingAlias(), xmlNewCharEncodingHandler(), xmlParseCharEncoding(), and xsltNamespaceAlias().
const struct { ... } alias_map[] |
Referenced by find_class().
Definition at line 35 of file main.c.
Referenced by test_ParseDisplayName().
static JOBOBJECTINFOCLASS class |
Definition at line 68 of file main.c.
Referenced by check_script_collisions(), compile_script(), get_coclass_threading(), has_class_installed(), has_class_removed(), IsInterfaceExpected(), lookup_script_identifier(), test_wm_notify(), TestManualInstantiation(), TestModuleInterfaces(), TestModuleRegistry(), write_coclass(), and write_progid().
Definition at line 47 of file main.c.
Referenced by test_Win32_Process().