Micro Focus Visual COBOL 2.3 Update 2 for Eclipse (Windows)
>
Deployment
>
Deploying to Enterprise Server
>
Enterprise Server Reference
>
User Exits
>
Support Functions
Support Functions
Restriction:
This topic applies only when the Enterprise Server feature is enabled.
The following support functions are available:
PFI
A generic type definition for a function that returns an integer value.
PFI_IDPES_FN_DISPLAY_TO_UTF16
Converts COBOL DISPLAY encoded strings to UTF-16 encoded strings.
PFI_IDPES_FN_UTF16_TO_DISPLAY
Converts UTF-16 encoded strings to COBOL DISPLAY encoded strings.
PFV_IDPES_FN_ALLOC_MEM
Allocates memory for user exits to use.
PFV_IDPES_FN_FREE_MEM
Frees memory previously allocated for user exits to use.
Parent topic:
User Exits