15 references to SafeArrayPutElement
System.Private.Windows.Core (3)
Windows.Win32.PInvokeCore.OLEAUT32.dll.g.cs (2)
218
/// <inheritdoc cref="
SafeArrayPutElement
(winmdroot.System.Com.SAFEARRAY*, int*, void*)"/>
223
winmdroot.Foundation.HRESULT __result = PInvokeCore.
SafeArrayPutElement
(psa, rgIndicesLocal, pv);
Windows\Win32\System\Com\SafeArrayScope.cs (1)
225
PInvokeCore.
SafeArrayPutElement
((SAFEARRAY*)_value, pIndices, value).ThrowOnFailure();
System.Windows.Forms.Primitives.Tests (12)
Interop\Oleaut32\SAFEARRAYTests.cs (8)
233
HRESULT hr = PInvokeCore.
SafeArrayPutElement
(psa, pIndices1, &value1);
237
hr = PInvokeCore.
SafeArrayPutElement
(psa, pIndices2, &value2);
280
HRESULT hr = PInvokeCore.
SafeArrayPutElement
(psa, pIndices1, &value1);
284
hr = PInvokeCore.
SafeArrayPutElement
(psa, pIndices2, &value2);
334
HRESULT hr = PInvokeCore.
SafeArrayPutElement
(psa, pIndices1, &value1);
338
hr = PInvokeCore.
SafeArrayPutElement
(psa, pIndices2, &value2);
388
HRESULT hr = PInvokeCore.
SafeArrayPutElement
(psa, pIndices1, &value1);
392
hr = PInvokeCore.
SafeArrayPutElement
(psa, pIndices2, &value2);
Interop\Oleaut32\VARIANTTests.cs (4)
5435
? PInvokeCore.
SafeArrayPutElement
(psa, &index, (void*)valuePtr)
5436
: PInvokeCore.
SafeArrayPutElement
(psa, &index, &value);
5478
? PInvokeCore.
SafeArrayPutElement
(psa, indices, (void*)valuePtr)
5479
: PInvokeCore.
SafeArrayPutElement
(psa, indices, &value);