Delegate to a function that closes a previosly opened file.
Namespace:
FreeImageAPI.PluginsAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public delegate void CloseProc( ref FreeImageIO io, fi_handle handle, IntPtr data ) |
Visual Basic (Declaration) |
---|
Public Delegate Sub CloseProc ( _ ByRef io As FreeImageIO, _ handle As fi_handle, _ data As IntPtr _ ) |
Visual C++ |
---|
public delegate void CloseProc( FreeImageIO% io, fi_handle handle, IntPtr data ) |
Parameters
- io
- Type:
FreeImageAPI.IO..::.FreeImageIO
%
- handle
- Type: FreeImageAPI.IO..::.fi_handle
- data
- Type: System..::.IntPtr