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: 19.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