Skip to content

libcURL.EasyHandle.cURLSeekCallback

Andrew Lambert edited this page Nov 26, 2022 · 3 revisions

libcURL.EasyHandle.cURLSeekCallback

Method Signature

 Private Delegate Function cURLSeekCallback(Userdata As Integer, Offset As Integer, Origin As Integer) As Integer

Remarks

Used in EasyHandle.SetOption to set callback functions.

Implemented by

See also

EasyHandle.SetOption

Clone this wiki locally