DAEmbedFileStreamsA

Document manipulation, Direct access functionality

Descrição

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

Converte qualquer objeto stream cujos dados estejam armazenados em um arquivo externo em um objeto stream embutido comum

Sintaxe

Delphi

Function DLDAEmbedFileStreamsA(InstanceID, FileHandle: Integer; RootPath: PAnsiChar): Integer;

DLL

int DLDAEmbedFileStreamsA(int InstanceID, int FileHandle, const char * RootPath);

Parâmetros

FileHandleA handle returned by the DAOpenFile, DAOpenFileReadOnly or DAOpenFromStream functions
RootPathThe directory to use as the root for relative paths.