PA_UseCStrings

4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next

version 2003


PA_UseCStrings

ParameterTypeDescription
This command does not require any parameters

Description

The routine PA_UseCStrings tells the API to send/receive C strings (null terminated) in every call that uses strings.

By default, C strings are used when compiling for Windows.

To use Pascal strings instead, call PA_UsePStrings.

See Also

About strings and characters, PA_UsePStrings.

Error Handling

PA_GetLastError keeps the last error that occurred before calling PA_UseCStrings.


4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next