Click or drag to resize

ShellItemIdListCopyToPointer Method

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

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public IntPtr CopyToPointer()

Return Value

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