System.Curl.curl_fnmatch_callback

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

curl_fnmatch_callback = function(ptr: Pointer; const pattern: MarshaledAString; const &string: MarshaledAString): Integer; cdecl;

C++

typedef int __cdecl (*curl_fnmatch_callback)(void * ptr, const char * pattern, const char * string);

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.