Process Status Bitmask Definitions
    • PDF

    Process Status Bitmask Definitions

    • PDF

    Article summary

    Macros

    Macro Definitions

    GLASSWALL_PROCESS_STATUS_CLEAN

    #define GLASSWALL_PROCESS_STATUS_CLEAN ((unsigned int) 0x0000)

    Original document conforms to the specification, no changes have been made.

    GLASSWALL_PROCESS_STATUS_NONCONFORMING

    #define GLASSWALL_PROCESS_STATUS_NONCONFORMING ((unsigned int) 0x0080)

    Document either doesn't conform to its specification or does not comply with content management policy currently in force.

    GLASSWALL_PROCESS_STATUS_REMEDIED

    #define GLASSWALL_PROCESS_STATUS_REMEDIED ((unsigned int) 0x0040)

    Document has been updated in order to make it compliant with the specification.

    GLASSWALL_PROCESS_STATUS_SANITISED

    #define GLASSWALL_PROCESS_STATUS_SANITISED ((unsigned int) 0x0020)

    Document has been updated in order to make it compliant with the content management policy.

    GLASSWALL_PROCESS_STATUS_NOPROCESSFILE

    #define GLASSWALL_PROCESS_STATUS_NOPROCESSFILE ((unsigned int) 0xffff)

    No Glasswall Process file


    Was this article helpful?