/IF NOT DEFINED(FunctUSp)
**************************************************************************
*
* Program Name: FunctUSPcp
*
* Program Title: Copy Member for User Space Prototypes
*
* Program Function: Same as above.
*
* Author: Dave Shoff - Cornerstone Implementations, Inc.
*
* Origin Date: 10/30/97
*
* Calling Program:
*
* Restrictions: None
*
* Indicators:
*
* API's Used:
*
* Other Credits:
*
* Revision Date:
*
*
**************************************************************************
* Prototype for CrtUsrSpc procedure (Create User Space)
D CrtUsrSpc PR 1A
D UsrSpcName 20A VALUE
D UsrSpcExtA 10A VALUE
D UsrSpcText 50A VALUE
* Prototype for GetUsrSpcP procedure (Get User Space Pointer)
D GetUsrSpcP PR *
D UsrSpcName 20A VALUE
* Prototype for GetNumEnt procedure (Get Number of Entries in the User Space)
D GetNumEnt PR 9B 0
D UsrSpcName 20A VALUE
* Prototype for GetSpcEnt procedure (Get Specific Entry in the User Space)
D GetSpcEnt PR 32767A
D UsrSpcName 20A VALUE
D EntNumber 9B 0 VALUE
* Prototype for DltUsrSpc procedure (Delete User Space)
D DltUsrSpc PR 1A
D UsrSpcName 20A VALUE
/DEFINE FunctUSp
/ENDIF
|