Skip to content

Latest commit

 

History

History
91 lines (68 loc) · 2.55 KB

nf-comsvcs-icommethod2events-onmethodreturn2.md

File metadata and controls

91 lines (68 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.IComMethod2Events.OnMethodReturn2
IComMethod2Events::OnMethodReturn2 (comsvcs.h)
Generated when an object's method returns. (IComMethod2Events.OnMethodReturn2)
IComMethod2Events interface [COM+]
OnMethodReturn2 method
IComMethod2Events.OnMethodReturn2
IComMethod2Events::OnMethodReturn2
OnMethodReturn2
OnMethodReturn2 method [COM+]
OnMethodReturn2 method [COM+]
IComMethod2Events interface
_dtc_IComMethod2Events_OnMethodReturn2
comsvcs/IComMethod2Events::OnMethodReturn2
cos.icommethod2events_onmethodreturn2
cos\icommethod2events_onmethodreturn2.htm
cos
cf5a7b69-a794-4497-99c9-20c41d454753
12/05/2018
IComMethod2Events interface [COM+],OnMethodReturn2 method, IComMethod2Events.OnMethodReturn2, IComMethod2Events::OnMethodReturn2, OnMethodReturn2, OnMethodReturn2 method [COM+], OnMethodReturn2 method [COM+],IComMethod2Events interface, _dtc_IComMethod2Events_OnMethodReturn2, comsvcs/IComMethod2Events::OnMethodReturn2, cos.icommethod2events_onmethodreturn2
comsvcs.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
19H1
IComMethod2Events::OnMethodReturn2
comsvcs/IComMethod2Events::OnMethodReturn2
c++
APIRef
kbSyntax
COM
ComSvcs.h
IComMethod2Events.OnMethodReturn2

IComMethod2Events::OnMethodReturn2

-description

Generated when an object's method returns.

-parameters

-param pInfo [in]

A pointer to a COMSVCSEVENTINFO structure.

-param oid [in]

The just-in-time (JIT) activated object.

-param guidCid [in]

The CLSID for the object being called.

-param guidRid [in]

The identifier of the method being called.

-param dwThread [in]

The identifier of the thread executing the call.

-param iMeth [in]

The v-table index of the method.

-param hresult [in]

The result of the method call.

-returns

The user verifies the return values from this method.

-see-also

IComMethod2Events