Progress event control. More...
Enumerations | |
enum | { MON_TOTALTIME = 0x0001 , MON_INTERPRETTIME = 0x0002 , MON_HVDSCANTIME = 0x0004 , MON_COMPOSITETIME = 0x0010 , MON_RENDERPREPTIME = 0x0020 , MON_PRINTTIME = 0x0040 , MON_SEPPRINTTIME = 0x0080 , MON_PARTIALPAINTTIME = 0x0100 , MON_PRECONVERTPAGE = 0x0200 } |
Bit mask values for progress types that can be suppressed. More... | |
Functions | |
HqBool | progevts_suppress_types (int progressTypes) |
Specify progress types to suppress. More... | |
Progress event control.
Copyright (C) 2023 Global Graphics Software Ltd. All rights reserved.
This example is provided on an "as is" basis and without warranty of any kind. Global Graphics Software Ltd. does not warrant or make any representations regarding the use or results of use of this example.
anonymous enum |
Bit mask values for progress types that can be suppressed.
HqBool progevts_suppress_types | ( | int | progressTypes | ) |
Specify progress types to suppress.
progressTypes | A bitmask of the progress types to suppress. |
TRUE | A handler to suppress the specified progress types was installed successfully. |
FALSE | The progress types specified could not be suppressed. |