#include “BlackIceDEVMODE.h”
BOOL IsDefaultCoverPageEnabled(BlackIceDEVMODE* pDevMode);
Description
Returns whether the Default Cover Page option is enabled or not. If the option is disabled, the Select Cover Page window is displayed before the Cover Page filler and the user can select the Cover Page from the list of installed Cover Pages. If the option is enabled, the Cover Page specified by the “Default Cover Page” key is opened in the Cover Page Filler automatically
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
Return value
TRUE If the Default Cover Page is enabled, otherwise FALSE.
Programming Notes
None
Code Example
None