9 references to SafeArrayGetVartype
System.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)
65
PInvokeCore.
SafeArrayGetVartype
(pThis, &vt).ThrowOnFailure();
System.Windows.Forms.Primitives.Tests (6)
Interop\Oleaut32\SAFEARRAYTests.cs (3)
74
HRESULT hr = PInvokeCore.
SafeArrayGetVartype
(psa, &arrayVt);
110
HRESULT hr = PInvokeCore.
SafeArrayGetVartype
(psa, &arrayVt);
201
HRESULT hr = PInvokeCore.
SafeArrayGetVartype
(psa, &arrayVt);
Interop\Oleaut32\VARIANTTests.cs (3)
5424
HRESULT hr = PInvokeCore.
SafeArrayGetVartype
(psa, &arrayVt);
5463
HRESULT hr = PInvokeCore.
SafeArrayGetVartype
(psa, &arrayVt);
5748
HRESULT hr = PInvokeCore.
SafeArrayGetVartype
(psa, &arrayVt);