CoTaskMemAlloc function ole32
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);
Allocates a block of task memory in the same way that IMalloc::Alloc does.
LPVOID CoTaskMemAlloc(
SIZE_T cb
);
Pointer CoTaskMemAlloc(int cb) => _CoTaskMemAlloc(cb);