5 references to SafeArrayCreate
Microsoft.Private.Windows.Core (5)
Windows.Win32.PInvokeCore.OLEAUT32.dll.g.cs (2)
95
/// <inheritdoc cref="
SafeArrayCreate
(winmdroot.System.Variant.VARENUM, uint, winmdroot.System.Com.SAFEARRAYBOUND*)"/>
100
winmdroot.System.Com.SAFEARRAY* __result = PInvokeCore.
SafeArrayCreate
(vt, cDims, rgsaboundLocal);
Windows\Win32\System\Com\SAFEARRAY.cs (1)
34
return PInvokeCore.
SafeArrayCreate
(arrayType, 1, &saBound);
Windows\Win32\System\Com\SafeArrayScope.cs (2)
10
/// <see cref="PInvokeCore.
SafeArrayCreate
(VARENUM, uint, SAFEARRAYBOUND*)"/>
126
_value = (nint)PInvokeCore.
SafeArrayCreate
(vt, 1, &saBound);