BWIIsCondSet – Check for specific condition

BWIIsCondSet (h, type, cond, exist)

Use this to determine if the specified condition is set.

Input parameters

h

Handle created using BWICreateHandle.
type Condition type. This is one of BWI_N_FATAL, BWI_N_ERROR, BWI_N_WARNING and BWI_N_INFORMATION.
cond Value of the condition.

Output parameter

exist Long integer. This is 1 if the item exists and 0 if it does not.