Data.SqlExpr.TGetDriverFunc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TGetDriverFunc = function(SVendorLib, SResourceFile: PChar; out Obj): TDBXErrorCode; stdcall;

C++

typedef int __stdcall (*TGetDriverFunc)(System::WideChar * SVendorLib, System::WideChar * SResourceFile, /* out */ void *Obj);

Properties

Type Visibility Source Unit Parent
type
typedef
public
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr Data.SqlExpr

Description

C++ implementation for getting the driver's functions.

TGetDriverFunc is for internal use only. Use it at your own risk.