Search Results for

    Show / Hide Table of Contents

    Delegate FileKit.FileReadComplete

    Callback used in ReadFile(String, FileKit.FileReadComplete) and ReadFileNonAlloc(String, Byte[], FileKit.FileReadComplete).

    Namespace: Trail
    Assembly: Trail.dll
    Syntax
    public delegate void FileReadComplete(Result result, byte[] data, int length);
    Parameters
    Type Name Description
    Result result

    The result of the read operation.

    System.Byte[] data

    The data buffer.

    System.Int32 length

    The length of data.

    In This Article
    Back to top Generated by DocFX