System.Curl.curl_seek_callback

From RAD Studio API Documentation

Delphi

curl_seek_callback = function (instream: Pointer; offset: curl_off_t; origin: Integer): Integer; cdecl; { 'whence' }

C++

typedef int __cdecl (*curl_seek_callback)(void * instream, curl_off_t offset, int origin);

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.Curl.pas
System.Curl.hpp
System.Curl System.Curl

Description

Embarcadero Technologies does not currently have any additional information.