Show / Hide Table of Contents

Delegate FileCloseProcedure

User file stream close callback function (to be used with FileProcedures).

Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.dll
Syntax
public delegate void FileCloseProcedure(IntPtr User);
Parameters
IntPtr User

The User instance data given when CreateStream(StreamSystem, BassFlags, FileProcedures, IntPtr) was called.

Remarks

With a buffered file stream, this function is called as soon as reading reaches the end of the file. If the stream is freed before then, this function could be called while its FileReadProcedure function is in progress. If that happens, the FileReadProcedure function call should be immediately cancelled.

Back to top Copyright © 2017 Mathew Sachin
Generated by DocFx