KitchenDraw SDK 2
Show / Hide Table of Contents

Method GetCallParamsInfoDirect

GetCallParamsInfoDirect(int)

Returns an information related to a particular plugin function call (e.g. menu item which provoked a plugin call or a supplier for which an order should be generated) from the call parameters block identified by the value passed to the plugin event handler function as a parameter.

Declaration
public Appli.CallParamsInfoDirect GetCallParamsInfoDirect(int callParamsBlock)
Parameters
Type Name Description
int callParamsBlock

A call params block identifier passed from InSitu to the plugin handler (one usually get it as the first parameter of every plugin event handler function, like OnAppStartAfter(int callParameterBlock)).

Returns
Type Description
Appli.CallParamsInfoDirect
In this article
Back to top Generated by DocFX