ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Typedefs | |
typedef int | PROPVAR_CHANGE_FLAGS |
typedef int | PROPVAR_COMPARE_UNIT |
typedef int | PROPVAR_COMPARE_FLAGS |
Enumerations | |
enum | tagPROPVAR_CHANGE_FLAGS { PVCHF_DEFAULT = 0x00000000 , PVCHF_NOVALUEPROP = 0x00000001 , PVCHF_ALPHABOOL = 0x00000002 , PVCHF_NOUSEROVERRIDE = 0x00000004 , PVCHF_LOCALBOOL = 0x00000008 , PVCHF_NOHEXSTRING = 0x00000010 } |
enum | tagPROPVAR_COMPARE_UNIT { PVCU_DEFAULT = 0x00000000 , PVCU_SECOND = 0x00000001 , PVCU_MINUTE = 0x00000002 , PVCU_HOUR = 0x00000003 , PVCU_DAY = 0x00000004 , PVCU_MONTH = 0x00000005 , PVCU_YEAR = 0x00000006 } |
enum | tagPROPVAR_COMPARE_FLAGS { PVCF_DEFAULT = 0x00000000 , PVCF_TREATEMPTYASGREATERTHAN = 0x00000001 , PVCF_USESTRCMP = 0x00000002 , PVCF_USESTRCMPC = 0x00000004 , PVCF_USESTRCMPI = 0x00000008 , PVCF_USESTRCMPIC = 0x00000010 } |
typedef int PROPVAR_CHANGE_FLAGS |
Definition at line 39 of file propvarutil.h.
typedef int PROPVAR_COMPARE_FLAGS |
Definition at line 64 of file propvarutil.h.
typedef int PROPVAR_COMPARE_UNIT |
Definition at line 52 of file propvarutil.h.
Enumerator | |
---|---|
PVCHF_DEFAULT | |
PVCHF_NOVALUEPROP | |
PVCHF_ALPHABOOL | |
PVCHF_NOUSEROVERRIDE | |
PVCHF_LOCALBOOL | |
PVCHF_NOHEXSTRING |
Definition at line 29 of file propvarutil.h.
Enumerator | |
---|---|
PVCF_DEFAULT | |
PVCF_TREATEMPTYASGREATERTHAN | |
PVCF_USESTRCMP | |
PVCF_USESTRCMPC | |
PVCF_USESTRCMPI | |
PVCF_USESTRCMPIC |
Definition at line 54 of file propvarutil.h.
Enumerator | |
---|---|
PVCU_DEFAULT | |
PVCU_SECOND | |
PVCU_MINUTE | |
PVCU_HOUR | |
PVCU_DAY | |
PVCU_MONTH | |
PVCU_YEAR |
Definition at line 41 of file propvarutil.h.
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().
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 | uint, | ||
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().