CoTaskMemFree function ole32

void CoTaskMemFree(
  1. Pointer<NativeType> pv
)

Frees a block of task memory previously allocated through a call to the CoTaskMemAlloc or CoTaskMemRealloc function.

void CoTaskMemFree(
  _Frees_ptr_opt_ LPVOID pv
);

Implementation

void CoTaskMemFree(Pointer pv) => _CoTaskMemFree(pv);