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