IsAnnotationPositionTopRight

 

 

#include “BlackIceDEVMODE.h”

 

BOOL            IsAnnotationPositionTopRight (BlackIceDEVMODE* pDevMode);

Description

Returns the BLF_ANNOTATION_POSITION_TOP_RIGHT flag. Represents the ‘Top Right’ radio button.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

TRUE if the ‘Top Right’ radio button is checked.

Programming Notes

None

Code Example

None