3 references to SafeArrayPutElement
Microsoft.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)
224PInvokeCore.SafeArrayPutElement((SAFEARRAY*)_value, pIndices, value).ThrowOnFailure();