CoTaskMemAlloc function Null safety ole32
- 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);
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);