Sets the Footer text position type.
SetFooterColor (pDevMode As Long, lColor As Long) As Boolean
Input value - Handle to the BlackIceDEVMODE structure
Input value - New Footer text color. The color is in the following COLORREF format:
0x00bbggrr
Return value - TRUE on success, FALSE otherwise.
NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.