Discuss this help topic in SecureBlackbox Forum

TElASiCManifest.AddReference

TElASiCManifest     See also     


Filter: C#/Java  VB.NET  Pascal  C++  PHP  


Adds a reference to the manifest.

Declaration

[C#/Java]
    int AddReference(TElZipArchiveDirectoryEntry Entry);

[VB.NET]
    Function AddReference(ByVal Entry As TElZipArchiveDirectoryEntry) As Integer

[Pascal]
    function AddReference(Entry : TElZipArchiveDirectoryEntry) : integer;

[C++]
    not available

[PHP]
    not available

Parameters

  • Entry - specifies the archive entry.

Return value

On success, returns the index of the newly added reference. If failed, returns -1.

Description

Use this method to add a reference to the manifest.

See also:     References     ReferenceCount    

Discuss this help topic in SecureBlackbox Forum