Description
This function is obsolete because EAServer is no longer supported since PowerBuilder 2017. An obsolete feature is no longer eligible for technical support and will no longer be enhanced, although it is still available.
Called for each error that occurs when objects are deployed to EAServer so that the errors can be stored for later display.
Functions that use this callback format are:
PBORCA_BuildProject
PBORCA_BuildProjectEx
Syntax
typedef PSCALLBACK (void, *PPBORCA_BLDPROC) ( PBORCA_BLDERR, LPVOID );
Argument |
Description |
---|---|
PPBORCA_BLDERR |
Pointer to the structure PBORCA_BLDERR (described next) |
LPVOID |
Long pointer to user data |
Return value
None.
Usage
For information and examples of coding a callback function, see About ORCA callback functions.