GetProcessModule method

Gets a module handle that hosts the Windows Internet Explorer per-process exports.

 

Syntax

HMODULE retVal = object.GetProcessModule();

Parameters

This method has no parameters.

Remarks

Use the module handle returned by this method in IEProcess::GetTabWindowExports. Because the module handle lasts the entire process, it does not need to be freed.