3 references to SafeArrayGetElement
Microsoft.Private.Windows.Core (3)
Windows.Win32.PInvokeCore.OLEAUT32.dll.g.cs (2)
146 /// <inheritdoc cref="SafeArrayGetElement(winmdroot.System.Com.SAFEARRAY*, int*, void*)"/> 151 winmdroot.Foundation.HRESULT __result = PInvokeCore.SafeArrayGetElement(psa, rgIndicesLocal, pv);
Windows\Win32\System\Com\SafeArrayScope.cs (1)
213PInvokeCore.SafeArrayGetElement(Value, pIndices, &result).ThrowOnFailure();