[This is preliminary documentation and is subject to change.]
Called to end a FsFindFirst(SByte*, _WIN32_FIND_DATAW*)/FsFindNext(Void*, _WIN32_FIND_DATAW*) loop, either after retrieving all files, or when the user aborts it
Namespace: Tools.TotalCommanderTAssembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[EditorBrowsableAttribute(EditorBrowsableState.Never)] [CLSCompliantAttribute(false)] public int FsFindClose( void* Hdl ) |
| Visual Basic |
|---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _ <CLSCompliantAttribute(False)> _ Public Function FsFindClose ( _ Hdl As Void* _ ) As Integer |
| Visual C++ |
|---|
[EditorBrowsableAttribute(EditorBrowsableState::Never)] [CLSCompliantAttribute(false)] public: int FsFindClose( void* Hdl ) |
| F# |
|---|
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>] [<CLSCompliantAttribute(false)>] member FsFindClose : Hdl:nativeptr<unit> -> int |
| JScript |
|---|
|
Parameters
- Hdl
- Type: System..::..Void*
The find handle returned by FsFindFirst(SByte*, _WIN32_FIND_DATAW*).
Return Value
Currently unused, should return 0.
Remarks
This function is called by Total Commander and is not intended for direct use