|
![]() |
![]() |
version 2003
PA_ReturnText (params; text; len)
Parameter | Type | Description | |
params | PA_PluginParameters | → | Parameters received in PluginMain |
text | char* | → | Pointer to the text to be returned |
len | long | → | Size of the returned text in bytes |
Description
The routine
PA_ReturnText
sets the returned value of a plug-in function to
text
, received by the calling the 4D method. After the call, text still belongs to the plug-in.
Depending on default settings or on previous calls to
PA_UseMacCharacters
or
PA_UseANSICharacters
,
text
may contain Macintosh or ANSI characters.
See
Create a new plug-in
for a description of returned values accessors.
See Also
Error Handling
None.