System.Win.ComObj.DispatchInvoke

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DispatchInvoke(const Dispatch: IDispatch; CallDesc: PCallDesc; DispIDs: PDispIDList; Params: Pointer; Result: PVariant);

C++

extern DELPHI_PACKAGE void __fastcall DispatchInvoke(const _di_IDispatch Dispatch, System::PCallDesc CallDesc, Winapi::Activex::PDispIDList DispIDs, void * Params, System::PVariant Result);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Win.ComObj.pas
System.Win.ComObj.hpp
System.Win.ComObj System.Win.ComObj

Description

Calls the Invoke method on the specified IDispatch interface (Dispatch) using the specified call descriptor (CallDesc), dispatch IDs (DispIDs), parameters (Params) and result (Result).

See Also