Data.SqlExpr.TGetDriverFunc
| [–] Properties | |
|---|---|
| Type: type typedef
| |
| Visibility: public | |
| Source: Data.SqlExpr.pas Data.SqlExpr.hpp
| |
| Unit: Data.SqlExpr | |
| Parent: Data.SqlExpr | |
Delphi
TGetDriverFunc = function(SVendorLib, SResourceFile: PChar; out Obj): TDBXErrorCode; stdcall;
C++
typedef Data::Dbxcommon::TDBXErrorCode __stdcall (*TGetDriverFunc)(System::WideChar * SVendorLib, System::WideChar * SResourceFile, /* out */ void *Obj);
Description
C++ implementation for getting the driver's functions.
TGetDriverFunc is for internal use only. Use it at your own risk.