ReleaseModalDialogLockAndParent function

Free and cleanup any resources initialized in AcquireModalDialogLockAndParent.

Syntax

HRESULT ReleaseModalDialogLockAndParent(
  _In_ HANDLE hModalDialogLock
);

Parameters

  • hModalDialogLock [in]
    Handle returned by .

Return value

If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

The static method IEProcess::GetTabWindowExports returns a pointer to this function.

Requirements

Minimum supported client

Windows XP with SP2

Minimum supported server

Windows Server 2003

Header

Ieprocess.h

DLL

Iertutil.dll

See also

IEProcess