Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/propsys/
H A Dpropsys.c1489 hr = PropVariantToBuffer(&propvar, NULL, 0); /* crash when cb isn't zero */ in test_PropVariantToBuffer()
1495 hr = PropVariantToBuffer(&propvar, buffer, 10); in test_PropVariantToBuffer()
1504 hr = PropVariantToBuffer(&propvar, buffer, 11); in test_PropVariantToBuffer()
1512 hr = PropVariantToBuffer(&propvar, buffer, 9); in test_PropVariantToBuffer()
1532 hr = PropVariantToBuffer(&propvar, buffer, 11); in test_PropVariantToBuffer()
1551 hr = PropVariantToBuffer(&propvar, buffer, sizeof(data)); in test_PropVariantToBuffer()
1562 hr = PropVariantToBuffer(&propvar, buffer, sizeof(data_int8)); in test_PropVariantToBuffer()
1579 hr = PropVariantToBuffer(&propvar, buffer, sizeof(data_int8)); in test_PropVariantToBuffer()
/reactos/sdk/include/psdk/
H A Dpropvarutil.h86 HRESULT WINAPI PropVariantToBuffer(REFPROPVARIANT propvarIn, void *ret, UINT cb);
/reactos/dll/win32/propsys/
H A Dpropsys.spec115 @ stdcall PropVariantToBuffer(ptr ptr long)
H A Dpropvar.c306 HRESULT WINAPI PropVariantToBuffer(REFPROPVARIANT propvarIn, void *ret, UINT cb) in PropVariantToBuffer() function