GetTabWindowExports method
Gets a table of exports that implement behaviors specific to the tab window.
![]() |
Syntax
IETabWindowExports retVal = object.GetTabWindowExports(ieProcessModule);
Parameters
- ieProcessModule
-
Type: HMODULE
The module handle returned from IEProcess::GetProcessModule.
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.
See also
- Reference
- IEProcess
- AcquireModalDialogLockAndParent
- IEAssociateThreadWithTab
- IEDisassociateThreadWithTab
Show:
