IHTMLEditServices interface

Provides methods that enable you to add or remove edit designers, and to control the current selection.

Members

The IHTMLEditServices interface inherits from the IUnknown interface but does not have additional members.

Remarks

To get an IHTMLEditServices interface pointer, use the following steps.

  1. From an IHTMLDocument interface, call QueryInterface to request an IServiceProvider interface (IID_IServiceProvider).
  2. Call IServiceProvider::QueryService to get an IHTMLEditServices interface, and specify SID_SHTMLEditServices for the guidService parameter and IID_IHTMLEditServices for the riid parameter.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

Reference

IHTMLEditDesigner

ISelectionServices

Conceptual

About Edit Designers

Implementing Edit Designers: The Basics

Implementing Edit Designers 2: The Annotator Sample