Skip to content

Latest commit

 

History

History
71 lines (58 loc) · 2.5 KB

nf-comsvcs-imtsactivity-synchronouscall.md

File metadata and controls

71 lines (58 loc) · 2.5 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.SynchronousCall
IMTSActivity::SynchronousCall (comsvcs.h)
Performs the user-defined work synchronously. (IMTSActivity.SynchronousCall)
IMTSActivity interface [COM+]
SynchronousCall method
IMTSActivity.SynchronousCall
IMTSActivity::SynchronousCall
SynchronousCall
SynchronousCall method [COM+]
SynchronousCall method [COM+]
IMTSActivity interface
_cos_IMTSActivity_SynchronousCall
comsvcs/IMTSActivity::SynchronousCall
cos.imtsactivity_synchronouscall
cos\imtsactivity_synchronouscall.htm
cos
4f69956b-fdb3-47c4-9a19-e9f39a8d5e06
12/05/2018
IMTSActivity interface [COM+],SynchronousCall method, IMTSActivity.SynchronousCall, IMTSActivity::SynchronousCall, SynchronousCall, SynchronousCall method [COM+], SynchronousCall method [COM+],IMTSActivity interface, _cos_IMTSActivity_SynchronousCall, comsvcs/IMTSActivity::SynchronousCall, cos.imtsactivity_synchronouscall
comsvcs.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
19H1
IMTSActivity::SynchronousCall
comsvcs/IMTSActivity::SynchronousCall
c++
APIRef
kbSyntax
COM
ComSvcs.h
IMTSActivity.SynchronousCall

IMTSActivity::SynchronousCall

-description

Performs the user-defined work synchronously.

-parameters

-param pCall [in]

A pointer to the IMTSCall interface that is used to implement the batch work.

-returns

This method always returns the HRESULT returned by the OnCall method of the IMTSCall interface.

-remarks

The batch work that is run using this method runs in the context and thread apartment of the activity that was created by the call to MTSCreateActivity.

-see-also

IMTSActivity