GetAnnotationRotation

 

#include “BlackIceDEVMODE.h”

 

DWORD        GetAnnotationRotation (BlackIceDEVMODE* pDevMode);

Description

Gets the AnnotationRotation member of the BlackIceDEVMODE. Gets the value of the ‘Rotation’ field.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

Number of degrees to rotate (DWORD).

Programming Notes

None

Code Example

None