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

Gets handle of object in 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 HandleGetHandle(
	Object object
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Protected Function HandleGetHandle ( _
	object As Object _
) As Integer
Visual C++
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
protected:
int HandleGetHandle(
	Object^ object
)
F#
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member HandleGetHandle : 
        object:Object -> int 
JScript
protected function HandleGetHandle(
	object : Object
) : int

Parameters

object
Type: System..::..Object
Object to get handle of

Return Value

Handle of object; of -1 if object is not present in HandleDictionary

Thread Safety

This function is tread-safe

See Also