Home
last modified time | relevance | path

Searched refs:propvarSrc (Results 1 – 4 of 4) sorted by relevance

/reactos/modules/rostests/winetests/ole32/
H A Dpropvariant.c355 PROPVARIANT propvarSrc; in test_copy() local
362 propvarSrc.vt = VT_BSTR; in test_copy()
368 hr = PropVariantClear(&propvarSrc); in test_copy()
373 propvarSrc.vt = VT_LPWSTR; in test_copy()
380 memset(&propvarSrc, 0, sizeof(propvarSrc)); in test_copy()
382 propvarSrc.vt = VT_LPSTR; in test_copy()
389 memset(&propvarSrc, 0, sizeof(propvarSrc)); in test_copy()
391 propvarSrc.vt = VT_UNKNOWN; in test_copy()
400 memset(&propvarSrc, 0, sizeof(propvarSrc)); in test_copy()
412 U(propvarSrc).parray = sa; in test_copy()
[all …]
/reactos/dll/win32/propsys/
H A Dpropvar.c434 propvarSrc->vt, flags, vt); in PropVariantChangeType()
436 if (vt == propvarSrc->vt) in PropVariantChangeType()
437 return PropVariantCopy(ppropvarDest, propvarSrc); in PropVariantChangeType()
439 if (propvarSrc->vt == VT_FILETIME) in PropVariantChangeType()
473 hr = PropVariantToInt16(propvarSrc, &res); in PropVariantChangeType()
484 hr = PropVariantToUInt16(propvarSrc, &res); in PropVariantChangeType()
495 hr = PropVariantToInt32(propvarSrc, &res); in PropVariantChangeType()
506 hr = PropVariantToUInt32(propvarSrc, &res); in PropVariantChangeType()
517 hr = PropVariantToInt64(propvarSrc, &res); in PropVariantChangeType()
528 hr = PropVariantToUInt64(propvarSrc, &res); in PropVariantChangeType()
[all …]
/reactos/sdk/include/psdk/
H A Dpropvarutil.h66 HRESULT WINAPI PropVariantChangeType(PROPVARIANT *ppropvarDest, REFPROPVARIANT propvarSrc,
/reactos/dll/win32/msi/
H A Dsuminfo.c90 (PROPVARIANT *ppropvarDest, REFPROPVARIANT propvarSrc,