Difference between revisions of "RPC HELP M Entry First Input Param"

From VistApedia
Jump to: navigation, search
(Created page with " RPC Broker Help Home <h2>First Input Parameter (Required)</h2> The RPC Broker always passes a variable by reference in the first input parameter to your M...")
 
(No difference)

Latest revision as of 00:39, 6 July 2015

RPC Broker Help Home

First Input Parameter (Required)

The RPC Broker always passes a variable by reference in the first input parameter to your M routine. It expects results (one of five RETURN VALUE TYPEs) to be returned in this parameter. You must always set some return value into that first parameter before your routine returns.