Searched refs:SafeArrayCreateVector (Results 1 – 15 of 15) sorted by relevance
/reactos/dll/win32/browseui/ |
H A D | bandproxy.cpp | 114 V_ARRAY(&args) = SafeArrayCreateVector(VT_UI1, 0, arraySize); in NavigateToPIDL()
|
/reactos/dll/win32/wbemprox/ |
H A D | reg.c | 44 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 D | security.c | 41 if (!(sa = SafeArrayCreateVector( VT_UI1, 0, size ))) return E_OUTOFMEMORY; in to_byte_array()
|
H A D | query.c | 1068 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 D | util.h | 28 SAFEARRAY *pa = SafeArrayCreateVector(VT_UI1, 0, cb); in InitVariantFromBuffer()
|
/reactos/modules/rostests/winetests/oleaut32/ |
H A D | safearray.c | 1476 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 D | tmarshal.c | 1356 SAFEARRAY *sa = SafeArrayCreateVector(VT_I4, 0, len); in make_safearray()
|
/reactos/dll/win32/oleaut32/ |
H A D | oleaut32.spec | 366 411 stdcall SafeArrayCreateVector(long long long)
|
H A D | safearray.c | 677 SAFEARRAY* WINAPI SafeArrayCreateVector(VARTYPE vt, LONG lLbound, ULONG cElements) in SafeArrayCreateVector() function
|
/reactos/dll/win32/propsys/ |
H A D | propvar.c | 661 arr = SafeArrayCreateVector(VT_UI1, 0, cb); in InitVariantFromBuffer()
|
/reactos/dll/win32/ieframe/ |
H A D | navigate.c | 845 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 D | shellbrowser.c | 668 post_data = SafeArrayCreateVector(VT_UI1, 0, cbPostData); in DocObjectService_FireBeforeNavigate2()
|
/reactos/sdk/include/psdk/ |
H A D | oleauto.h | 103 SafeArrayCreateVector(
|
/reactos/modules/rostests/winetests/msxml3/ |
H A D | domdoc.c | 8627 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 D | request.c | 4349 if (!(sa = SafeArrayCreateVector( VT_UI1, 0, request->offset ))) in winhttp_request_get_ResponseBody()
|