SetPreviewWindow

 

 

#include “BlackIceDEVMODE.h”

 

BOOL             SetPreviewWindow (BlackIceDEVMODE* pDevMode, BOOL bEnable);

 

Description

 

Enables or disables the preview window. The preview window lets the user review the printed document and optionally cancel the print job.

 

Parameters

 

BlackIceDEVMODE* pDevMode

- pointer to the BlackIceDEVMODE structure.

BOOL bEnable

- set to TRUE to enable the feature, or FALSE to disable it.

 

Return value

 

TRUE on success, FALSE otherwise.

 

Programming Notes

 

None

 

Code Example

 

None