OpenProc Delegate

FreeImage.NET

OpenProc Delegate
Delegate to a function that opens a file.

Namespace: FreeImageAPI.Plugins
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public delegate IntPtr OpenProc(
	ref FreeImageIO io,
	fi_handle handle,
	bool read
)

Parameters

io
Type: FreeImageAPI.IOFreeImageIO
handle
Type: FreeImageAPI.IOfi_handle
read
Type: SystemBoolean

Return Value

Type: IntPtr
See Also