Skip to content

Latest commit

 

History

History
100 lines (84 loc) · 2.48 KB

nf-callobj-icallindirect-getstacksize.md

File metadata and controls

100 lines (84 loc) · 2.48 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.ICallIndirect.GetStackSize
ICallIndirect::GetStackSize (callobj.h)
Retrieves the number of bytes that should be popped from the stack in order to return from an invocation of the method.
GetStackSize
GetStackSize method [COM]
GetStackSize method [COM]
ICallIndirect interface
ICallIndirect interface [COM]
GetStackSize method
ICallIndirect.GetStackSize
ICallIndirect::GetStackSize
_com_icallindirect_getstacksize
callobj/ICallIndirect::GetStackSize
com.icallindirect_getstacksize
com\icallindirect_getstacksize.htm
com
3251c9b1-e076-4bc3-a995-1b0d275929a0
12/05/2018
GetStackSize, GetStackSize method [COM], GetStackSize method [COM],ICallIndirect interface, ICallIndirect interface [COM],GetStackSize method, ICallIndirect.GetStackSize, ICallIndirect::GetStackSize, _com_icallindirect_getstacksize, callobj/ICallIndirect::GetStackSize, com.icallindirect_getstacksize
callobj.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Callobj.idl
Windows
19H1
ICallIndirect::GetStackSize
callobj/ICallIndirect::GetStackSize
c++
APIRef
kbSyntax
COM
Callobj.h
ICallIndirect.GetStackSize

ICallIndirect::GetStackSize

-description

Retrieves the number of bytes that should be popped from the stack in order to return from an invocation of the method.

-parameters

-param iMethod [in]

The method number.

-param cbArgs [out]

The number of bytes to be popped from the stack to clear the stack of arguments to an invocation.

-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

ICallIndirect