Data.SqlExpr.TGetDriverFunc

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr Data.SqlExpr


説明

ドライバの関数を取得するためのもので、C++ で実装したものです。

TGetDriverFunc は内部的に使用するためのものです。 ご自身の責任において使用してください。