ItemIdListBase2ReleaseHandle Method |
Free the current Win32 ItemIdList.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax protected abstract bool ReleaseHandle()
Protected MustOverride Function ReleaseHandle As Boolean
protected:
virtual bool ReleaseHandle() abstract
abstract ReleaseHandle : unit -> bool
Return Value
Type:
Booleantrue if the handle is released successfully; otherwise, in the event of a catastrophic failure,
falseSee Also