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