Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Extends IHTMLEditServices.
Members
The IHTMLEditServices2 interface inherits from IHTMLEditServices but does not have additional members.
Remarks
To obtain an IHTMLEditServices2 interface pointer, use the following steps.
- From an IHTMLDocument interface, call QueryInterface to request an IServiceProvider interface (IID_IServiceProvider).
- Call IServiceProvider::QueryService to get an IHTMLEditServices interface. Specify SID_SHTMLEditServices for the guidService parameter and IID_IHTMLEditServices for the riid parameter.
- Call QueryInterface on the IHTMLEditServices interface pointer to request an IHTMLEditServices2 interface (IID_IHTMLEditServices2).
Requirements
Minimum supported client |
Windows XP, Windows 2000 Professional |
Minimum supported server |
Windows Server 2003 |
Header |
Mshtml.h |
IDL |
Mshtml.idl |
DLL |
Mshtml.dll |
See also
Reference
Conceptual