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