webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
IWebKitMessageLoop Interface Reference

import"WebKitMessageLoop.idl";

Inheritance diagram for IWebKitMessageLoop:
WebKitMessageLoop

Public Member Functions

HRESULT run (HACCEL hAccelTable)
 
HRESULT performMessageLoopTasks ()
 

Member Function Documentation

◆ performMessageLoopTasks()

HRESULT IWebKitMessageLoop::performMessageLoopTasks ( )

performMessageLoopTasks Performs required message loop WebKit tasks. This method needs to be called from the host message loop, if the host does not use the run() method.

Implemented in WebKitMessageLoop.

◆ run()

HRESULT IWebKitMessageLoop::run ( HACCEL  hAccelTable)

run Runs the WebKit message loop, and performs required WebKit tasks in the message loop. The host can implement its own message loop, but then it needs to call the performMessageLoopTasks() method for each iteration in its message loop.

Parameters
hAccelTableA handle to the keyboard accelerator table for the application.

The documentation for this interface was generated from the following file: