Click or drag to resize

ShellItemIdListCopyToPointer Method (Int32)

Allocates a buffer and copy this instance to the allocated buffer. Once used, the buffer must be freed using Marshal.FreeCoTaskMem.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual IntPtr CopyToPointer(
	out int size
)

Parameters

size
Type: SystemInt32
The size.

Return Value

Type: IntPtr
The allocated buffer or zero is this instance has no data.
See Also