HTML_PAINT_DRAW_INFO_FLAGS enumeration

Specifies which HTML_PAINT_DRAW_INFO structure members to fill during a call to the IHTMLPaintSite::GetDrawInfo method.

Syntax

typedef enum _HTML_PAINT_DRAW_INFO_FLAGS { 
  HTMLPAINT_DRAWINFO_VIEWPORT      = 0x000001,
  HTMLPAINT_DRAWINFO_UPDATEREGION  = 0x000002,
  HTMLPAINT_DRAWINFO_XFORM         = 0x000004
} HTML_PAINT_DRAW_INFO_FLAGS;

Constants

  • HTMLPAINT_DRAWINFO_VIEWPORT
    Fill the rcViewport member.

  • HTMLPAINT_DRAWINFO_UPDATEREGION
    Fill the hrgnUpdate member.

  • HTMLPAINT_DRAWINFO_XFORM
    Fill the xform member.

Remarks

These flags can be combined using the bitwise inclusive OR operator (|) during the call to IHTMLPaintSite::GetDrawInfo.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl