IsDisableImageEnabled

 

 

#include “BlackIceDEVMODE.h”

 

BOOL            IsDisableImageEnabled(BlackIceDEVMODE* pDevMode);

Description

Returns the value of the BLF_DISABLEIMAGE flag. Represents the value of the 'Disable Image' checkbox.

Parameters

Input value    - pointer to the BlackIceDEVMODE structure

Return value

TRUE if Disable Image is used, otherwise FALSE.

Programming Notes

None

Code Example

None