Ole32CoTaskMemFree Method

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

Definition

Namespace: DevCase.Win32.NativeMethods
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DllImportAttribute("Ole32.dll")]
public static void CoTaskMemFree(
	IntPtr pv
)

Parameters

pv  IntPtr
A pointer to the memory block to be freed. If this parameter is Zero, the function has no effect.

Remarks

See Also