#include “BlackIceDEVMODE.h”
DWORD GetTextOutputFormat(BlackIceDEVMODE* pBlackIceDevMode)
Description
Returns the format of the Text Output.
Parameters
Input value - pointer to the BlackIceDEVMODE structure
Return value
One of the values of the TEXTOUTPUT_FORMAT enum:
TEXTOUTPUT_FORMAT_PLAIN = 0, // Plain Text (default)
TEXTOUTPUT_FORMAT_POSITION_AND_STYLE = 1, // Add font information, position and style
TEXTOUTPUT_FORMAT_LAYOUT = 2 // Text with layout
Programming Notes
None
Code Example
None