#include “BlackIceDEVMODE.h”
BOOL GetHTMLViewType (BlackIceDEVMODE* pDevMode, DWORD* dwPageSetting);
Description
Returns the view type of the HTML file format. For available values see SetHTMLViewType function.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
DWORD* dwPageSetting - pointer to DWORD value. This parameter contains the page setting.
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None