IsPreviewWindowOverlayFirstPageOnly

 

#include “BlackIceDEVMODE.h”

 

BOOL             IsPreviewWindowOverlayFirstPageOnly (BlackIceDEVMODE* pDevMode, BOOL* bEnable);

 

Description

 

Returns the state of the “Show the overlay on the first page only” option.

When the option is enabled, the preview window overlay is only shown on the first page.

 

Parameters

 

BlackIceDEVMODE* pDevMode 

- Pointer to the BlackIceDEVMODE structure.

BOOL* bEnable                          

- Returns TRUE, if the overlay is only shown on the first page, FALSE otherwise.

 

Return value

 

TRUE on success, otherwise FALSE.

 

Programming Notes

 

None

 

Code Example

 

None