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