Xceed Zip for COM/ActiveX on x86/x64 Documentation
Xceed Zip control reference / Xceed Zip control skipping reasons / xsrIncluded constant
In This Topic
    xsrIncluded constant
    In This Topic

    Value

    0

    Description

    The file is not being skipped.

    Tips

    This constant exists because the UnzipPreprocessingFile or ZipPreprocessingFile events can indicate that a file is excluded or not, and when they indicate that a file is excluded (i.e.: the bExcluded parameter is True) the xReason parameter contains the xsrIncluded constant (0) – the file is not excluded, and therefore not skipped. It's a filler constant.