DAEmbedFileStreamsA
ドキュメント操作、直接アクセス機能
説明
末尾の A は ANSI(char)DLL エントリポイントを示します。ActiveX/COM インターフェースでは Unicode 形式のみを公開します。動作は DAEmbedFileStreams と同じで、文字列引数は現在の SetAnsiMode コードページを使用して解釈されます
データが外部ファイルに保存されているストリームオブジェクトを、通常の埋め込みストリームオブジェクトに変換します
構文
Delphi
Function DLDAEmbedFileStreamsA(InstanceID, FileHandle: Integer; RootPath: PAnsiChar): Integer;
DLL
int DLDAEmbedFileStreamsA(int InstanceID, int FileHandle, const char * RootPath);
パラメータ
| FileHandle | DAOpenFile、DAOpenFileReadOnly または DAOpenFromStream 関数により返されるハンドル |
|---|---|
| RootPath | 相対パスのルートとして使用するディレクトリ |