DAEmbedFileStreamsA
Document manipulation, Direct access functionality
Описание
The trailing A denotes the ANSI (char) DLL entry point; the ActiveX/COM surface exposes only the Unicode form. Behaviour is identical to DAEmbedFileStreams and string arguments are interpreted using the current SetAnsiMode code page
Преобразует любой объект-поток, данные которого лежат во внешнем файле, в обычный встроенный объект-поток
Синтаксис
Delphi
Function DLDAEmbedFileStreamsA(InstanceID, FileHandle: Integer; RootPath: PAnsiChar): Integer;
DLL
int DLDAEmbedFileStreamsA(int InstanceID, int FileHandle, const char * RootPath);
Параметры
| FileHandle | Дескриптор, возвращаемый функциями DAOpenFile, DAOpenFileReadOnly или DAOpenFromStream |
|---|---|
| RootPath | Каталог, служащий корнем относительных путей |