3 references to SafeArrayGetVartype
Microsoft.Private.Windows.Core (3)
Windows.Win32.PInvokeCore.OLEAUT32.dll.g.cs (2)
181 /// <inheritdoc cref="SafeArrayGetVartype(winmdroot.System.Com.SAFEARRAY*, winmdroot.System.Variant.VARENUM*)"/> 186 winmdroot.Foundation.HRESULT __result = PInvokeCore.SafeArrayGetVartype(psa, pvtLocal);
Windows\Win32\System\Com\SAFEARRAY.cs (1)
64PInvokeCore.SafeArrayGetVartype(pThis, &vt).ThrowOnFailure();