.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH CoTaskMemFree 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBCoTaskMemFree\fR (OLE32.@) .SH SYNOPSIS VOID CoTaskMemFree ( LPVOID \fIptr\fR ) .SH DESCRIPTION .PP Frees memory allocated from the current process memory allocator. .SH PARAMS \fIptr\fR \fB[In]\fR Memory block to free. .PP .SH RETURNS .PP Nothing. .SH IMPLEMENTATION .PP Declared in \fB"objbase.h"\fR. .PP Implemented in \fB"dlls/ole32/ifs.c"\fR. .PP Debug channel \fB"olemalloc"\fR.