GetHeaderEnabled

 

Returns TRUE if the Header feature is enabled, FALSE if it is disabled. Represents the value of the “Enable Header” checkbox.

GetHeaderEnabled (pDevMode As Long) As Boolean

 

Input value    - Handle to the BlackIceDEVMODE structure

Return value - TRUE if the Header feature is enabled, FALSE otherwise

 

NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.