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. Tous droits réservés. L'information contenue dans ce document est susceptible d'être modifiée sans préavis. Tous les autres produits et sociétés mentionnés sont des marques déposées ou les marques déposées de leurs sociétés respectives ou de leurs détenteurs.