IsAdvancedTextEnabled

 

#include “BlackIceDEVMODE.h”

 

BOOL             IsAdvancedTextEnabled(BlackIceDEVMODE* pDevMode);

Description

Returns the value of the BLF_ADVANCEDTEXT flag. Represents the value of the 'Save position and style' checkbox.

Parameters

BlackIceDEVMODE* pDevMode              - pointer to the BlackIceDEVMODE structure

Return value

TRUE if the Save position and style is used, otherwise FALSE.

Programming Notes

None

Code Example

None