|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include <stdarg.h>#include <stdio.h>#include <stdlib.h>#include "windef.h"#include "winbase.h"#include "winerror.h"#include "winreg.h"#include "winuser.h"#include "shlobj.h"#include "propvarutil.h"#include "strsafe.h"#include "wine/debug.h"
Go to the source code of this file.
Macros | |
| #define | GUID_STR_LEN 38 |
| #define | CMP_NUM_VALUE(var) |
Definition at line 723 of file propvar.c.
Referenced by test_InitPropVariantFromBuffer(), and test_PropVariantToBuffer().
Definition at line 737 of file propvar.c.
Referenced by test_InitPropVariantFromCLSID(), and test_PropVariantToGUID().
Definition at line 689 of file propvar.c.
Referenced by test_InitPropVariantFromGUIDAsString(), and test_PropVariantToGUID().
| HRESULT WINAPI InitPropVariantFromStringVector | ( | PCWSTR * | strs, |
| ULONG | count, | ||
| PROPVARIANT * | ppropvar | ||
| ) |
Definition at line 750 of file propvar.c.
Referenced by test_InitPropVariantFromStringVector().
Definition at line 782 of file propvar.c.
Definition at line 813 of file propvar.c.
Referenced by test_InitVariantFromFileTime().
Definition at line 705 of file propvar.c.
Referenced by test_InitPropVariantFromGUIDAsString(), and test_PropVariantToGUID().
Definition at line 937 of file propvar.c.
Referenced by PropVariantCompareEx().
|
static |
Definition at line 59 of file propvar.c.
Referenced by PropVariantChangeType().
|
static |
Definition at line 86 of file propvar.c.
Referenced by PropVariantChangeType(), PropVariantToBoolean(), PropVariantToDouble(), PropVariantToInt16(), PropVariantToInt32(), PropVariantToInt64(), PropVariantToUInt16(), PropVariantToUInt32(), PropVariantToUInt32WithDefault(), and PropVariantToUInt64().
Definition at line 828 of file propvar.c.
Referenced by PROPVAR_WCHARToGUID().
Definition at line 852 of file propvar.c.
Referenced by PropVariantToGUID(), and VariantToGUID().
| HRESULT WINAPI PropVariantChangeType | ( | PROPVARIANT * | ppropvarDest, |
| REFPROPVARIANT | propvarSrc, | ||
| PROPVAR_CHANGE_FLAGS | flags, | ||
| VARTYPE | vt | ||
| ) |
Definition at line 537 of file propvar.c.
Referenced by get_token(), MimeBody_GetProp(), PropVariantCompareEx(), and test_PropVariantChangeType_LPWSTR().
| INT WINAPI PropVariantCompareEx | ( | REFPROPVARIANT | propvar1, |
| REFPROPVARIANT | propvar2, | ||
| PROPVAR_COMPARE_UNIT | unit, | ||
| PROPVAR_COMPARE_FLAGS | flags | ||
| ) |
Definition at line 961 of file propvar.c.
Referenced by MetadataHandler_GetValue(), and test_PropVariantCompareEx().
Definition at line 282 of file propvar.c.
Referenced by test_PropVariantToBoolean().
Definition at line 338 of file propvar.c.
Referenced by PropVariantToVariant(), and test_PropVariantToBSTR().
Definition at line 358 of file propvar.c.
Referenced by test_PropVariantToBuffer().
Definition at line 184 of file propvar.c.
Referenced by test_PropVariantToDouble().
Definition at line 900 of file propvar.c.
Referenced by test_PropVariantToGUID().
Definition at line 196 of file propvar.c.
Referenced by PropVariantChangeType(), and test_intconversions().
Definition at line 208 of file propvar.c.
Referenced by PropVariantChangeType(), and test_intconversions().
Definition at line 220 of file propvar.c.
Referenced by propvar_cmp(), PropVariantChangeType(), and test_intconversions().
Definition at line 383 of file propvar.c.
Referenced by test_PropVariantToString().
Definition at line 407 of file propvar.c.
Referenced by PropVariantChangeType(), PropVariantToBSTR(), PropVariantToString(), and test_PropVariantToStringAlloc().
Definition at line 467 of file propvar.c.
Referenced by test_PropVariantToStringWithDefault().
Definition at line 232 of file propvar.c.
Referenced by PropVariantChangeType(), and test_intconversions().
Definition at line 244 of file propvar.c.
Referenced by PropVariantChangeType(), and test_intconversions().
Definition at line 256 of file propvar.c.
Referenced by test_intconversions().
Definition at line 270 of file propvar.c.
Referenced by PropVariantChangeType(), and test_intconversions().
Definition at line 1073 of file propvar.c.
Referenced by test_PropVariantToVariant().
Definition at line 39 of file propvar.c.
Referenced by VariantToPropVariant().
Definition at line 919 of file propvar.c.
Referenced by test_PropVariantToGUID().
Definition at line 1146 of file propvar.c.
Referenced by test_VariantToPropVariant().
Definition at line 503 of file propvar.c.
Referenced by anonymous_namespace{mstscax.cpp}::CAdvancedSettings::IMsRdpClientAdvancedSettings::put_ConnectWithEndpoint(), anonymous_namespace{mstscax.cpp}::CoClass::Invoke(), and test_VariantToString().
Definition at line 486 of file propvar.c.
Referenced by test_VariantToStringWithDefault().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | propsys | ) |