Opening a Preview File

You can open the preview file with the LlStgsysStorageOpen() function. General information about the file can now be accessed using a whole series of other functions.

Delphi:

var

  hStg: HLLSTG;

begin

  hStg := LlStgsysStorageOpen('c:\test.ll','',False, False)

end;