InitHTMLControl

The InitHTMLControl function initializes the HTML Viewer Control. Before calling InitHTMLControl, an application must load the HTML control library Htmlview.dll.

Syntax

BOOL InitHTMLControl (HINSTANCE hinst);

At a Glance

Header file: Htmlctrl.h
Platforms: H/PC
Versions: 1.0 and later

Parameters

hinst
Handle to the instance of the application in which the DISPLAYCLASS window is to be created.

Return Values

Returns TRUE if the HTML control was successfully initialized; returns FALSE if the function fails.

Remarks

For more information, see HTML Viewer Control.