Click or drag to resize
FillBufferCallback Delegate
Callback function to fill up the buffer from storage,

Namespace: DHI.Generic.MikeZero.DFS
Assembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 17.0.0.0 (11.1.1.1111)
Syntax
public delegate int FillBufferCallback()

Return Value

Type: Int32
Number of bytes put into the buffer. A value less than buffer-size indicates end of stream at that position in the buffer
See Also