#include "BIDISP.H"
LRESULT CALLBACK MapDisplayDC( HDC hDC,
LPDISPLAYSTRUCT cb)
Description
The MapDisplayDC() function sets up the DC to compute the coordinate transformation. After calling this function, one can call the MS Windows SDK function of LPtoDP() and DPtoLP().
Parameters
|
HDC |
hDC |
Window Device Context handle. |
|
|
LPDISPLAYSTRUCT |
cb |
Display information structure. |
|
Return values
None.
Requirements
Header : Declared in BIDisp.h; include BIDisp.h.
Library : Use BIDisp.lib.
DLLs : BIDisp.dll.