IEDisassociateThreadWithTab function
Removes a UI thread association.
Syntax
HRESULT IEDisassociateThreadWithTab(
DWORD dwTabThreadID,
DWORD dwAssociatedThreadID
);
Parameters
dwTabThreadID
The thread ID that was passed to IEAssociateThreadWithTab.dwAssociatedThreadID
The ID of the associated UI thread to remove.
Return value
Returns S_OK if successful, or S_FALSE if the thread could not be found.
Requirements
Minimum supported client |
Windows XP with SP2 |
Minimum supported server |
Windows Server 2003 |
Header |
N/A |
DLL |
Ieframe.dll |