[This is preliminary documentation and is subject to change.]

Gets next free handle for HandleDictionary

Namespace: Tools.TotalCommanderT
Assembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
protected int GetNextHandle()
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Protected Function GetNextHandle As Integer
Visual C++
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
protected:
int GetNextHandle()
F#
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member GetNextHandle : unit -> int 
JScript
protected function GetNextHandle() : int

Return Value

Always returns value greater than zero

Thread Safety

This function is tread-safe

See Also