#include “BlackIceDEVMODE.h”
BOOL GetHTMLSeparatePages (BlackIceDEVMODE* pDevMode, BOOL* bEnable);
Description
Returns the state of the separate pages.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
BOOL* bEnable - pointer to the variable, that contains the state of the separate pages. If this value is TRUE, individual pages will be saved to separate files.
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None