SetHTMLCSSSettings

 

#include “BlackIceDEVMODE.h”

 

BOOL            SetHTMLCSSSettings (BlackIceDEVMODE* pDevMode, DWORD dwCSSSetting);

Description

This function sets the view type of the HTML file format. Available values:

BLF_HTML_CSS_NONE                                       0

BLF_HTML_CSS_SEPARATE                             1

BLF_HTML_CSS_INLINE_SEPARATE              2

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

DWORD dwCSSSetting                             - CSS setting value to set.

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None