CoTaskMemFree.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

CoTaskMemFree (OLE32.@)

SYNOPSIS

VOID CoTaskMemFree
 (
  LPVOID ptr
 )

DESCRIPTION

Frees memory allocated from the current process memory allocator.

PARAMS

ptr [In] Memory block to free.

RETURNS

Nothing.

IMPLEMENTATION

Defined in "objbase.h".

Implemented in "dlls/ole32/ifs.c".

Debug channel "olemalloc".