#include “BlackIceDEVMODE.h”
BOOL IsCoverPageEnabled(BlackIceDEVMODE* pDevMode);
Description
Returns whether the Cover Page Filler is enabled or not.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
Return value
TRUE If the Cover Page Filler is enabled, otherwise FALSE.
Programming Notes
None
Code Example
None