7 references to SafeArrayCreate
System.Private.Windows.Core (5)
_generated\199\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)
34return 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);
System.Windows.Forms.Primitives (2)
Windows\Win32\System\Com\ComSafeArrayScope.cs (2)
10/// <see cref="PInvokeCore.SafeArrayCreate(VARENUM, uint, SAFEARRAYBOUND*)"/> 41_value = new(PInvokeCore.SafeArrayCreate(VARENUM.VT_UNKNOWN, 1, &saBound));