GetHTMLVectorGraphicsDispMode

 

#include “BlackIceDEVMODE.h”

 

BOOL            GetHTMLVectorGraphicsDispMode (BlackIceDEVMODE* pDevMode, DWORD* dwDisplayMode);

Description

Returns the vector graphics display mode settings of the HTML file format. For available values see SetHTMLVectorGraphicsDispMode function.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

DWORD* dwDisplayMode                         - pointer to DWORD value. This parameter contains the vector graphics display mode setting of HTML file format.

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None