IETabWindowExports structure

Provides table of tab window related functions exported by the Windows Internet Explorer process.

Syntax


typedef struct IE80TabWindowExports {
  PFNWAITFORTABWINDOW                WaitForTabWindow;
  PFNACQUIREMODALDIALOGLOCKANDPARENT AcquireModalDialogLockAndParent;
  PFNACQUIREMODALDIALOGLOCKANDPARENT ReleaseModalDialogLockAndParent;
} IETabWindowExports;

Members

WaitForTabWindow

Pointer to WaitForTabWindow function.

AcquireModalDialogLockAndParent

Pointer to AcquireModalDialogLockAndParent function.

ReleaseModalDialogLockAndParent

Pointer to ReleaseModalDialogLockAndParent function.

Requirements

Minimum supported client

Windows XP with SP2

Minimum supported server

Windows Server 2003

Header

Ieprocess.h

See also

IEProcess

 

 

Show: