ShellItemIdListCopyToPointer Method |
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 IntPtr CopyToPointer()
Return Value
Type:
IntPtrThe allocated buffer or zero is this instance has no data.
See Also