#include “BlackIceDEVMODE.h”
BOOL IsOpenDefViewerEnabled (BlackIceDEVMODE* pDevMode, BOOL* bEnable);
Description
Returns the state of the ‘Open printed document using the default viewer’ checkbox.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure
BOOL* bEnable - pointer to Boolean value. TRUE if the checkbox is checked, otherwise FALSE.
Return value
TRUE on success, otherwise FALSE
Programming Notes
None
Code Example
None