Share via


InitHTMLControl

Send Feedback

Initializes the HTML viewer control. Before calling InitHTMLControl, an application must load the HTML control library Htmlview.dll.

Syntax

BOOL InitHTMLControl(
  HINSTANCE hinst );

Parameters

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

Return Value

TRUE indicates success. FALSE indicates failure.

Requirements

Pocket PC: Pocket PC 2000 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 1.0 and later
Header: Htmlctrl.h
Library: Htmlview.lib

See Also

HTML Control API Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.