#include “BlackIceDEVMODE.h”
BOOL IsAnnotationPositionCenter (BlackIceDEVMODE* pDevMode);
Description
Returns the BLF_ANNOTATION_POSITION_ CENTER flag. Represents the ‘Center’ radio button.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
Return value
TRUE if the ‘Center’ radio button is checked.
Programming Notes
None
Code Example
None