GetAnnotationOffsetY

 

#include “BlackIceDEVMODE.h”

 

LONG             GetAnnotationOffsetY (BlackIceDEVMODE* pDevMode);

Description

Gets the AnnotationOffsetY member of the BlackIceDEVMODE. Gets the value of the ‘Y Offset[+/-]’ field.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

Y axis offset (LONG).

Programming Notes

None

Code Example

None