ReactOS 0.4.16-dev-122-g325d74c
|
#include <stdio.h>
#include "windows.h"
#include "initguid.h"
#include "objidl.h"
#include "wbemdisp.h"
#include "wbemcli.h"
#include "wine/test.h"
Go to the source code of this file.
Macros | |
#define | COBJMACROS |
Functions | |
DEFINE_GUID (CLSID_WINMGMTS, 0x172bddf8, 0xceea, 0x11d1, 0x8b, 0x05, 0x00, 0x60, 0x08, 0x06, 0xd9, 0xb6) | |
DEFINE_GUID (GUID_NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) | |
static void | test_ParseDisplayName (void) |
static void | test_locator (void) |
START_TEST (wbemdisp) | |
Variables | |
static const LCID | english = MAKELCID(MAKELANGID(LANG_ENGLISH,SUBLANG_ENGLISH_US),SORT_DEFAULT) |
static const WCHAR | localhost [] = {'l','o','c','a','l','h','o','s','t',0} |
static const WCHAR | root [] = {'r','o','o','t','\\','C','I','M','V','2',0} |
static const WCHAR | query [] |
static const WCHAR | lang [] = {'W','Q','L',0} |
static const WCHAR | props [] = {'P','r','o','p','e','r','t','i','e','s','_',0} |
static const WCHAR | procid [] = {'P','r','o','c','e','s','s','o','r','I','d',0} |
#define COBJMACROS |
Definition at line 19 of file wbemdisp.c.
DEFINE_GUID | ( | CLSID_WINMGMTS | , |
0x172bddf8 | , | ||
0xceea | , | ||
0x11d1 | , | ||
0x8b | , | ||
0x05 | , | ||
0x00 | , | ||
0x60 | , | ||
0x08 | , | ||
0x06 | , | ||
0xd9 | , | ||
0xb6 | |||
) |
DEFINE_GUID | ( | GUID_NULL | , |
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | |||
) |
START_TEST | ( | wbemdisp | ) |
Definition at line 414 of file wbemdisp.c.
Definition at line 291 of file wbemdisp.c.
Referenced by START_TEST().
Definition at line 34 of file wbemdisp.c.
Referenced by START_TEST().
|
static |
Definition at line 32 of file wbemdisp.c.
Referenced by GetFileVersionInfoExW(), GetFileVersionInfoSizeExW(), test_GetFileVersionInfoEx(), test_GetLcidFromRfc1766(), test_locator(), and test_ParseDisplayName().
Definition at line 287 of file wbemdisp.c.
Referenced by __GetLCID(), __GetLCIDFromName(), __GetLocaleName(), __ParseLocaleString(), _initialize_feature_cache(), _set_elem_language(), _test_elem_language(), _test_language_string(), add_id3_text(), build_assembly_dir(), CreateFontPackage(), CreateSortList(), da_deferred(), enum_locale_ex_proc(), exec_script(), find_locale_id_callback(), find_resource_data(), find_resourceA(), find_resourceW(), FindResourceExA(), FindResourceExW(), GdipCreateStringFormat(), GeneralPropertyPageLocalesEnumProc(), get_default_sublang(), get_file_version(), get_locale(), get_manifest_in_module(), get_manifest_in_pe_file(), get_version_info(), GetFileVersion(), GetGeoInfoA(), GetGeoInfoW(), GetLocalisedText(), GetLocalizedSMFolderName(), GetSystemDefaultUILanguage(), GetUserDefaultUILanguage(), load_message(), load_ttf_name_id(), LocalesEnumProc(), lookup_manifest_file(), match_languages(), match_name_table_language(), MsiLoadStringA(), MsiLoadStringW(), process_comment(), push_language(), RtlCreateActivationContext(), search_message(), SortEnumProc(), test_exec_script(), test_GetFileVersionInfoEx(), test_GetRfc1766Info(), test_invariant(), TEST_LocaleTests(), test_locator(), test_misc(), test_MsiGetFileVersion(), testFindCert(), usp10_language_add_feature_list(), xmlCheckLanguageID(), and xsltDefaultSortFunction().
Definition at line 283 of file wbemdisp.c.
Referenced by test_locator().
Definition at line 289 of file wbemdisp.c.
Referenced by START_TEST(), test_alloc_shared(), test_alloc_shared_remote(), and test_locator().
Definition at line 288 of file wbemdisp.c.
Referenced by _getarginit(), _getargs(), _getprops(), _ItemizeInternal(), ACTION_RegisterProduct(), AviMuxIn_MemInputPin_NotifyAllocator(), AviMuxIn_Receive(), AVISplitter_InputPin_PreConnect(), AVISplitter_ProcessStreamList(), Context_OC_EnumContextProps(), create_vbdisp(), dofile(), DwmUpdateThumbnailProperties(), ewmh_modify_state(), get_dynamic_prop(), get_properties(), getlallargs(), getlargs(), getlfiles(), getvallargs(), getvargs(), getvfiles(), Global_InvokeEx(), joystick_map_axis(), jsdisp_free(), jsdisp_next_prop(), NotifyIconConfig::match(), ME_MakeEditor(), ME_StreamOutRTFCharProps(), ME_StreamOutRTFParaProps(), ME_StreamOutRTFTableProps(), MPEGSplitter_pre_connect(), MSI_GetUserInfo(), MSI_OpenProductW(), MsiGetPatchInfoExW(), MsiGetProductInfoExW(), negotiation_TryOutputProps(), open_package(), Parser_AddPin(), pcf_get_properties(), pin_matches(), PullPin_ReceiveConnection(), resize_props(), SampleGrabber_IMemInputPin_GetAllocatorRequirements(), ScriptGetProperties(), ScriptIsComplex(), sendmail_extended_mapi(), START_TEST(), test_domobj_dispex(), test_IPersistStream(), test_locator(), test_move_files(), test_MsiConfigureProductEx(), test_MsiGetPatchInfoEx(), test_MsiGetProductProperty(), test_MsiGetUserInfo(), test_MsiOpenProduct(), test_MsiQueryProductState(), test_obj_dispex(), test_publish_product(), test_register_product(), test_register_user(), test_ScriptGetProperties(), test_setvalue_on_wow64(), test_sourcedirprop(), type_dispinterface_define(), WAVEParser_InputPin_PreConnect(), WMReader_GetOutputFormat(), WMSyncReader_GetOutputFormat(), and WMWriter_GetInputFormat().
Definition at line 285 of file wbemdisp.c.