CoTaskMemAlloc function ole32

Pointer<NativeType> CoTaskMemAlloc(
  1. int cb
)

Allocates a block of task memory in the same way that IMalloc::Alloc does.

LPVOID CoTaskMemAlloc(
  SIZE_T cb
);

Implementation

Pointer CoTaskMemAlloc(int cb) => _CoTaskMemAlloc(cb);