Home
last modified time | relevance | path

Searched refs:SafeArrayCreateVector (Results 1 – 15 of 15) sorted by relevance

/reactos/dll/win32/browseui/
H A Dbandproxy.cpp114 V_ARRAY(&args) = SafeArrayCreateVector(VT_UI1, 0, arraySize); in NavigateToPIDL()
/reactos/dll/win32/wbemprox/
H A Dreg.c44 if (!(sa = SafeArrayCreateVector( VT_BSTR, 0, count ))) return E_OUTOFMEMORY; in to_bstr_array()
69 if (!(sa = SafeArrayCreateVector( VT_I4, 0, count ))) return E_OUTOFMEMORY; in to_i4_array()
H A Dsecurity.c41 if (!(sa = SafeArrayCreateVector( VT_UI1, 0, size ))) return E_OUTOFMEMORY; in to_byte_array()
H A Dquery.c1068 if (!array || !(ret = SafeArrayCreateVector( vartype, 0, array->count ))) return NULL; in to_safearray()
1413 if (!(sa = SafeArrayCreateVector( VT_BSTR, 0, num_props ))) return E_OUTOFMEMORY; in get_properties()
/reactos/dll/shellext/cabview/
H A Dutil.h28 SAFEARRAY *pa = SafeArrayCreateVector(VT_UI1, 0, cb); in InitVariantFromBuffer()
/reactos/modules/rostests/winetests/oleaut32/
H A Dsafearray.c1476 sa = SafeArrayCreateVector(VT_UI1, 0, 2); in test_SafeArrayCopyData()
1478 sacopy = SafeArrayCreateVector(VT_UI1, 0, 2); in test_SafeArrayCopyData()
1782 sa = SafeArrayCreateVector(VT_UI1, 0, 2); in test_SafeArrayCopy()
2012 sa = SafeArrayCreateVector(VT_I4, 0, 10); in test_SafeArrayDestroyData()
2096 GETPTR(SafeArrayCreateVector); in START_TEST()
H A Dtmarshal.c1356 SAFEARRAY *sa = SafeArrayCreateVector(VT_I4, 0, len); in make_safearray()
/reactos/dll/win32/oleaut32/
H A Doleaut32.spec366 411 stdcall SafeArrayCreateVector(long long long)
H A Dsafearray.c677 SAFEARRAY* WINAPI SafeArrayCreateVector(VARTYPE vt, LONG lLbound, ULONG cElements) in SafeArrayCreateVector() function
/reactos/dll/win32/propsys/
H A Dpropvar.c661 arr = SafeArrayCreateVector(VT_UI1, 0, cb); in InitVariantFromBuffer()
/reactos/dll/win32/ieframe/
H A Dnavigate.c845 task->post_data = SafeArrayCreateVector(VT_UI1, 0, post_data_size); in async_doc_navigate()
881 post_data = SafeArrayCreateVector(VT_UI1, 0, bsc->post_data_len); in navigate_bsc()
H A Dshellbrowser.c668 post_data = SafeArrayCreateVector(VT_UI1, 0, cbPostData); in DocObjectService_FireBeforeNavigate2()
/reactos/sdk/include/psdk/
H A Doleauto.h103 SafeArrayCreateVector(
/reactos/modules/rostests/winetests/msxml3/
H A Ddomdoc.c8627 array = SafeArrayCreateVector(VT_UI1, 0, 7); in test_put_nodeTypedValue()
8676 array = SafeArrayCreateVector(VT_UI1, 0, 16); in test_put_nodeTypedValue()
10344 V_ARRAY(&src) = SafeArrayCreateVector(VT_UI1, 0, lstrlenA(szExampleXML)); in test_load()
10377 V_ARRAY(&src) = SafeArrayCreateVector(VT_UI1, 0, lstrlenW(szComplete1) * sizeof(WCHAR)); in test_load()
10396 V_ARRAY(&src) = SafeArrayCreateVector(VT_UI2, 0, lstrlenW(szComplete1)); in test_load()
/reactos/dll/win32/winhttp/
H A Drequest.c4349 if (!(sa = SafeArrayCreateVector( VT_UI1, 0, request->offset ))) in winhttp_request_get_ResponseBody()