webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
IWebInvocation Interface Reference

import"IWebUndoManager.idl";

Inheritance diagram for IWebInvocation:

Public Member Functions

HRESULT invocationWithMethodSignature ([in] IWebMethodSignature *signature)
 
HRESULT argumentsRetained ([out, retval] BOOL *result)
 
HRESULT getArgument ([in] void *buffer, [in] int index)
 
HRESULT getReturnValue ([in] void *buffer)
 
HRESULT invoke ()
 
HRESULT invokeWithTarget ([in] IUnknown *anObject)
 
HRESULT methodSignature ([out, retval] IWebMethodSignature **result)
 
HRESULT retainArguments ()
 
HRESULT selector ([out, retval] UINT *result)
 
HRESULT setArgument ([in] void *buffer, [in] int atIndex)
 
HRESULT setReturnValue ([in] void *buffer)
 
HRESULT setSelector ([in] UINT selector)
 
HRESULT setTarget ([in] IUnknown *anObject)
 
HRESULT target ([out, retval] IUnknown **result)
 

Member Function Documentation

◆ argumentsRetained()

HRESULT IWebInvocation::argumentsRetained ( [out, retval] BOOL result)

◆ getArgument()

HRESULT IWebInvocation::getArgument ( [in] void buffer,
[in] int  index 
)

◆ getReturnValue()

HRESULT IWebInvocation::getReturnValue ( [in] void buffer)

◆ invocationWithMethodSignature()

HRESULT IWebInvocation::invocationWithMethodSignature ( [in] IWebMethodSignature signature)

◆ invoke()

HRESULT IWebInvocation::invoke ( )

◆ invokeWithTarget()

HRESULT IWebInvocation::invokeWithTarget ( [in] IUnknown *  anObject)

◆ methodSignature()

HRESULT IWebInvocation::methodSignature ( [out, retval] IWebMethodSignature **  result)

◆ retainArguments()

HRESULT IWebInvocation::retainArguments ( )

◆ selector()

HRESULT IWebInvocation::selector ( [out, retval] UINT *  result)

◆ setArgument()

HRESULT IWebInvocation::setArgument ( [in] void buffer,
[in] int  atIndex 
)

◆ setReturnValue()

HRESULT IWebInvocation::setReturnValue ( [in] void buffer)

◆ setSelector()

HRESULT IWebInvocation::setSelector ( [in] UINT  selector)

◆ setTarget()

HRESULT IWebInvocation::setTarget ( [in] IUnknown *  anObject)

◆ target()

HRESULT IWebInvocation::target ( [out, retval] IUnknown **  result)

The documentation for this interface was generated from the following file: