ReactOS 0.4.16-dev-753-g705a985
|
Go to the source code of this file.
Macros | |
#define | PSSTDAPI DECLSPEC_IMPORT STDAPI |
#define | PSSTDAPI_(type) DECLSPEC_IMPORT STDAPI_(type) |
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 } |
Variables | |
REFPROPVARIANT | propvar2 |
REFPROPVARIANT PROPVAR_COMPARE_UNIT | uint |
REFPROPVARIANT PROPVAR_COMPARE_UNIT PROPVAR_COMPARE_FLAGS | flags |
ULONG | uLDefault |
LPCWSTR | pszDefault |
#define PSSTDAPI DECLSPEC_IMPORT STDAPI |
Definition at line 30 of file propvarutil.h.
#define PSSTDAPI_ | ( | type | ) | DECLSPEC_IMPORT STDAPI_(type) |
Definition at line 31 of file propvarutil.h.
typedef int PROPVAR_CHANGE_FLAGS |
Definition at line 49 of file propvarutil.h.
typedef int PROPVAR_COMPARE_FLAGS |
Definition at line 74 of file propvarutil.h.
typedef int PROPVAR_COMPARE_UNIT |
Definition at line 62 of file propvarutil.h.
Enumerator | |
---|---|
PVCHF_DEFAULT | |
PVCHF_NOVALUEPROP | |
PVCHF_ALPHABOOL | |
PVCHF_NOUSEROVERRIDE | |
PVCHF_LOCALBOOL | |
PVCHF_NOHEXSTRING |
Definition at line 39 of file propvarutil.h.
Enumerator | |
---|---|
PVCF_DEFAULT | |
PVCF_TREATEMPTYASGREATERTHAN | |
PVCF_USESTRCMP | |
PVCF_USESTRCMPC | |
PVCF_USESTRCMPI | |
PVCF_USESTRCMPIC |
Definition at line 64 of file propvarutil.h.
Enumerator | |
---|---|
PVCU_DEFAULT | |
PVCU_SECOND | |
PVCU_MINUTE | |
PVCU_HOUR | |
PVCU_DAY | |
PVCU_MONTH | |
PVCU_YEAR |
Definition at line 51 of file propvarutil.h.
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().
Definition at line 750 of file propvar.c.
Referenced by test_InitPropVariantFromStringVector().
Definition at line 26 of file util.h.
Referenced by CCabFolder::GetDetailsEx(), and test_InitPropVariantFromBuffer().
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().
PSSTDAPI 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().
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 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 270 of file propvar.c.
Referenced by PropVariantChangeType(), and test_intconversions().
Definition at line 1073 of file propvar.c.
Referenced by test_PropVariantToVariant().
PSSTDAPI_ | ( | INT | ) |
PSSTDAPI_ | ( | PCWSTR | ) |
PSSTDAPI_ | ( | ULONG | ) |
PSSTDAPI StgDeserializePropVariant | ( | const SERIALIZEDPROPERTYVALUE * | pprop, |
ULONG | cbmax, | ||
PROPVARIANT * | ppropvar | ||
) |
PSSTDAPI StgSerializePropVariant | ( | const PROPVARIANT * | ppropvar, |
SERIALIZEDPROPERTYVALUE ** | ppprop, | ||
ULONG * | pcb | ||
) |
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().
REFPROPVARIANT PROPVAR_COMPARE_UNIT PROPVAR_COMPARE_FLAGS flags |
Definition at line 87 of file propvarutil.h.
REFPROPVARIANT propvar2 |
Definition at line 86 of file propvarutil.h.
Referenced by PropVariantCompareEx().
LPCWSTR pszDefault |
Definition at line 103 of file propvarutil.h.
Referenced by PropVariantToStringWithDefault().
REFPROPVARIANT PROPVAR_COMPARE_UNIT uint |
Definition at line 87 of file propvarutil.h.
ULONG uLDefault |
Definition at line 97 of file propvarutil.h.