PA_ReturnShort


version 2003


PA_ReturnShort (params; returnedString)

Parameter Type Description
params PA_PluginParameters Parameters received in PluginMain
returnedString short Short value to be returned by a plug-in function

Description

The routine PA_ReturnShort sets the returned value of a plug-in function to value received by the calling 4D Method.

See Create a new plug-in for a description of returned values accessors.

Depending on default settings or on previous calls to PA_UsePStrings or PA_UseCStrings , returnedString must be a Pascal or an ANSI C string.

See Also

Create a new plugin .

Error Handling

None.