CDC::LPtoHIMETRIC
Visual Studio 2010
Call this function to convert logical units into HIMETRIC units.
void LPtoHIMETRIC( LPSIZE lpSize ) const;
Use this function when you give HIMETRIC sizes to OLE, converting from your application's natural mapping mode. Note that the extents of the device's window and viewport will affect the result.
The conversion is accomplished by first converting the logical units into pixels using the device context's current mapping units and then converting these units into HIMETRIC units.