#include “BlackIceDEVMODE.h”
BOOL IsPreviewWindowEnabled (BlackIceDEVMODE* pDevMode, BOOL* bEnable);
Description
Returns whether the preview window is enabled or disabled. 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 |
- Returns TRUE, if the preview window is enabled, FALSE otherwise. |
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None