3 references to CoTaskMemAlloc
mscorlib (3)
system\runtime\interopservices\marshal.cs (3)
1856
IntPtr pNewMem = Win32Native.
CoTaskMemAlloc
(new UIntPtr((uint)cb));
1879
IntPtr hglobal = Win32Native.
CoTaskMemAlloc
(new UIntPtr((uint)nb));
1918
IntPtr hglobal = Win32Native.
CoTaskMemAlloc
(new UIntPtr((uint)nb));