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 public virtual IntPtr CopyToPointer(
out int size
)
Parameters
- size
- Type: SystemInt32
The size.
Return Value
Type:
IntPtrThe allocated buffer or zero is this instance has no data.
See Also