#include “BlackIceDEVMODE.h”
BOOL IsPrintSelectedPagesOnlyEnabled(BlackIceDEVMODE* pDevMode);
Description
When enabled, only the pages specified using the SetSelectedPages function are printed.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
Return value
TRUE if the option is enabled, otherwise FALSE.
Programming Notes
None
Code Example
None