ReactOS 0.4.15-dev-6657-ged9973f
|
#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 | NONAMELESSUNION |
#define | CMP_NUM_VALUE(var) |
Definition at line 626 of file propvar.c.
Referenced by test_InitPropVariantFromBuffer(), and test_PropVariantToBuffer().
Definition at line 640 of file propvar.c.
Referenced by test_InitPropVariantFromCLSID(), and test_PropVariantToGUID().
Definition at line 592 of file propvar.c.
Referenced by test_InitPropVariantFromGUIDAsString(), and test_PropVariantToGUID().
Definition at line 653 of file propvar.c.
Referenced by test_InitPropVariantFromBuffer().
Definition at line 608 of file propvar.c.
Referenced by test_InitPropVariantFromGUIDAsString(), and test_PropVariantToGUID().
Definition at line 793 of file propvar.c.
Referenced by PropVariantCompareEx().
|
static |
Definition at line 41 of file propvar.c.
Referenced by PropVariantChangeType().
|
static |
Definition at line 68 of file propvar.c.
Referenced by PropVariantChangeType(), PropVariantToBoolean(), PropVariantToDouble(), PropVariantToInt16(), PropVariantToInt32(), PropVariantToInt64(), PropVariantToUInt16(), PropVariantToUInt32(), and PropVariantToUInt64().
Definition at line 581 of file propvar.c.
Referenced by InitPropVariantFromGUIDAsString(), and InitVariantFromGUIDAsString().
Definition at line 684 of file propvar.c.
Referenced by PROPVAR_WCHARToGUID().
Definition at line 708 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 428 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 814 of file propvar.c.
Referenced by MetadataHandler_GetValue(), and test_PropVariantCompare().
Definition at line 246 of file propvar.c.
Referenced by test_PropVariantToBoolean().
Definition at line 306 of file propvar.c.
Referenced by test_PropVariantToBuffer().
Definition at line 162 of file propvar.c.
Referenced by test_PropVariantToDouble().
Definition at line 756 of file propvar.c.
Referenced by test_PropVariantToGUID().
Definition at line 174 of file propvar.c.
Referenced by PropVariantChangeType(), and test_intconversions().
Definition at line 186 of file propvar.c.
Referenced by PropVariantChangeType(), and test_intconversions().
Definition at line 198 of file propvar.c.
Referenced by propvar_cmp(), PropVariantChangeType(), and test_intconversions().
Definition at line 332 of file propvar.c.
Referenced by test_PropVariantToString().
Definition at line 356 of file propvar.c.
Referenced by PropVariantChangeType(), PropVariantToString(), and test_PropVariantToStringAlloc().
Definition at line 407 of file propvar.c.
Referenced by test_PropVariantToStringWithDefault().
Definition at line 210 of file propvar.c.
Referenced by PropVariantChangeType(), and test_intconversions().
Definition at line 222 of file propvar.c.
Referenced by PropVariantChangeType(), and test_intconversions().
Definition at line 234 of file propvar.c.
Referenced by PropVariantChangeType(), and test_intconversions().
Definition at line 775 of file propvar.c.
Referenced by test_PropVariantToGUID().
WINE_DEFAULT_DEBUG_CHANNEL | ( | propsys | ) |