GetZipEncryptFlags OLE Automation Routine


GetZipEncryptFlags()

  • returns an integer bit flag representing the zip encryption flags set on the zip encryption page of the index dialog.
  • The value will be represented by the sum of the following numbers:

    • 4 - store password with index is checked
    • 2 - Encrypt when archiving is checked
    • 1 - Restrict encrypted copying is checked

    Example:

    Dim flags As Integer
    flags = wilbur.GetZipEncryptFlags
    
    A flags value of 5 would indicate the store password and restrict copying flags were set.

    Copyright © 1999 RedTree Development Inc. All rights reserved.
    Information in this document is subject to change without notice.
    Other products and companies referred to herein are trademarks or registered trademarks of their respective companies or mark holders.