5 references to IMalloc
System.Windows.Forms (5)
winforms\Managed\System\WinForms\FolderBrowserDialog.cs (3)
206
private static UnsafeNativeMethods.
IMalloc
GetSHMalloc()
208
UnsafeNativeMethods.
IMalloc
[] malloc = new UnsafeNativeMethods.
IMalloc
[1];
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (2)
288
public static extern int CoGetMalloc(int dwReserved, out
IMalloc
pMalloc);
7627
public static extern int SHGetMalloc([Out, MarshalAs(UnmanagedType.LPArray)] UnsafeNativeMethods.
IMalloc
[] ppMalloc);