DTM_ZOOMLEVEL

4/8/2010

This message is sent by an application to specify the zoom level (0-4).

Syntax

DTM_ZOOMLEVEL
  wParam = 0;
  lParam = (LPARAM)(DWORD) dwZoomLevel;

Parameters

  • dwZoomLevel
    A number from 0 – 4 specifying the zoom level. 0 = Smallest, 1 = Smaller, 2 = Medium, 3 = Large, and 4 = Largest.

Return Value

None.

Remarks

The following example shows how you might use this message.

SendMessage(pGV->HTMLhWnd, DTM_ZOOMLEVEL, 0, (LPARAM)2);

Requirements

Header htmlctrl.h
Library htmlctrl.lib
Windows Mobile Pocket PC 2002 and later, Smartphone 2002 and later

See Also

Reference

HTML Control API Messages