Table of Contents

Delegate FileReadMoreCallback

Namespace
Gio
Assembly
Gio-2.0.dll
public delegate bool FileReadMoreCallback(string fileContents, long fileSize, IntPtr callbackData)

Parameters

fileContents string
fileSize long
callbackData IntPtr

Returns

bool