Frees a block of task memory previously allocated through a call to the CoTaskMemAlloc or CoTaskMemRealloc function.
Reading and setting explicit Application User Model ID for the current process (Win7)
Accessing the list of Windows Recent Documents
Browsing Windows Known Folders (Special Folders)
void CoTaskMemFree(
__in_opt LPVOID pv
);
DECLARE CoTaskMemFree IN Ole32;
INTEGER hMem
pv [in, optional] A pointer to the memory block to be freed. If this parameter is NULL, the function has no effect.
This function does not return a value.