/IF NOT DEFINED (APILIST_QRPGLEH) /DEFINE APILIST_QRPGLEH /*-------------------------------------------------------------------*/ /* ApiList */ /* generische Liste für Userspace List APIs */ /*-------------------------------------------------------------------*/ d getHandle PR 10i 0 EXTPROC('APILIST_getHandle') d UserSpaceName 20 value /*-------------------------------------------------------------------*/ d getEntryCount PR 10i 0 EXTPROC('APILIST_getEntryCount') d handle 10i 0 value /*-------------------------------------------------------------------*/ d getEntryLength PR 10i 0 EXTPROC('APILIST_getEntryLength') d handle 10i 0 value /*-------------------------------------------------------------------*/ d getNextEntry PR 65535 EXTPROC('APILIST_getNextEntry') d handle 10i 0 value /*-------------------------------------------------------------------*/ d newSpace PR EXTPROC('APILIST_newSpace') d handle 10i 0 value d UserSpaceName 20 value /*-------------------------------------------------------------------*/ /ENDIF