Skip to content

Latest commit

 

History

History
65 lines (54 loc) · 2.55 KB

nf-comsvcs-imtsactivity-unbindfromthread.md

File metadata and controls

65 lines (54 loc) · 2.55 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:comsvcs.IMTSActivity.UnbindFromThread
IMTSActivity::UnbindFromThread (comsvcs.h)
Unbinds the batch work that is submitted using IMTSActivity::AsyncCall or IMTSActivity::SynchronousCall from the thread on which it is running.
IMTSActivity interface [COM+]
UnbindFromThread method
IMTSActivity.UnbindFromThread
IMTSActivity::UnbindFromThread
UnbindFromThread
UnbindFromThread method [COM+]
UnbindFromThread method [COM+]
IMTSActivity interface
_cos_IMTSActivity_UnbindFromThread
comsvcs/IMTSActivity::UnbindFromThread
cos.imtsactivity_unbindfromthread
cos\imtsactivity_unbindfromthread.htm
cos
cb4c4f63-2a6e-4df7-8886-19d45e28d81a
12/05/2018
IMTSActivity interface [COM+],UnbindFromThread method, IMTSActivity.UnbindFromThread, IMTSActivity::UnbindFromThread, UnbindFromThread, UnbindFromThread method [COM+], UnbindFromThread method [COM+],IMTSActivity interface, _cos_IMTSActivity_UnbindFromThread, comsvcs/IMTSActivity::UnbindFromThread, cos.imtsactivity_unbindfromthread
comsvcs.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
19H1
IMTSActivity::UnbindFromThread
comsvcs/IMTSActivity::UnbindFromThread
c++
APIRef
kbSyntax
COM
ComSvcs.h
IMTSActivity.UnbindFromThread

IMTSActivity::UnbindFromThread

-description

Unbinds the batch work that is submitted using IMTSActivity::AsyncCall or IMTSActivity::SynchronousCall from the thread on which it is running. It has no effect if the batch work was not previously bound to a thread.

This method is designed to be called from the implementation of the IMTSCall::OnCall method.

-returns

This method can return the standard return values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, E_FAIL, and S_OK.

-see-also

IMTSActivity