Skip to content

Latest commit

 

History

History
100 lines (84 loc) · 2.13 KB

nf-callobj-icallframe-getparam.md

File metadata and controls

100 lines (84 loc) · 2.13 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:callobj.ICallFrame.GetParam
ICallFrame::GetParam (callobj.h)
Retrieves the value of a specified parameter in the call frame.
GetParam
GetParam method [COM]
GetParam method [COM]
ICallFrame interface
ICallFrame interface [COM]
GetParam method
ICallFrame.GetParam
ICallFrame::GetParam
_com_icallframe_getparam
callobj/ICallFrame::GetParam
com.icallframe_getparam
com\icallframe_getparam.htm
com
43662600-841c-4237-80ac-3822eb47be88
12/05/2018
GetParam, GetParam method [COM], GetParam method [COM],ICallFrame interface, ICallFrame interface [COM],GetParam method, ICallFrame.GetParam, ICallFrame::GetParam, _com_icallframe_getparam, callobj/ICallFrame::GetParam, com.icallframe_getparam
callobj.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Callobj.idl
Windows
19H1
ICallFrame::GetParam
callobj/ICallFrame::GetParam
c++
APIRef
kbSyntax
COM
Callobj.h
ICallFrame.GetParam

ICallFrame::GetParam

-description

Retrieves the value of a specified parameter in the call frame.

-parameters

-param iparam [in]

The parameter number.

-param pvar [out]

The value of the parameter.

-returns

This method can return the following values.

Return code Description
S_OK
The method completed successfully.
E_UNEXPECTED
An unexpected error has occurred.

-see-also

ICallFrame