#include “BlackIceDEVMODE.h”
BOOL SetPaperWidthInPixel(DWORD paperwidth,BlackIceDEVMODE* pDevMode);
Description
Sets the PaperWidthInPixels member of BlackIceDEVMODE.
This function is for internal use, please use the SetPaperWidth function instead.
Parameters
Input value: paperwidth - paper width in pixels (DWORD number).
Input value: pDevMode - pointer to the BlackIceDEVMODE structure.
Return value
TRUE if the member was successfully set, otherwise FALSE.
Programming Notes
None
Code Example
None