Click or drag to resize

ShellItemIdCopyToPointer Method

Allocates a buffer and copies this instance data to it.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static IntPtr CopyToPointer(
	IEnumerable<ShellItemId> ids,
	out int size
)

Parameters

ids
Type: System.Collections.GenericIEnumerableShellItemId
The list of SHITEMID structures.
size
Type: SystemInt32
The allocated buffer size.

Return Value

Type: IntPtr
The buffer pointer.
See Also