added sysprog entities
This commit is contained in:
50
SYSPROG/STPROCINS/GET_LH_INFO_EQUATES.txt
Normal file
50
SYSPROG/STPROCINS/GET_LH_INFO_EQUATES.txt
Normal file
@ -0,0 +1,50 @@
|
||||
compile insert get_LH_Info_Equates
|
||||
/*
|
||||
** Copyright (C) 1992-12015 Revelation Software Inc. All Rights Reserved **
|
||||
|
||||
This program is proprietary and is not to be used by or disclosed
|
||||
to others, nor is it to be copied without written permission from
|
||||
Revelation Technologies, Inc.
|
||||
|
||||
Author : Wile C Coyote (Hackius Geniusus)
|
||||
Date : Sept 2015
|
||||
Purpose : Equates for use Get_LH_Info function
|
||||
|
||||
Comments
|
||||
========
|
||||
|
||||
|
||||
Amended Date Reason
|
||||
======= ==== ======
|
||||
*/
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
#ifndef _GET_LH_INFO_EQUATES_
|
||||
#define _GET_LH_INFO_EQUATES_
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
declare function get_LH_Info
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
* // Get_LH_Info return value positional equates
|
||||
|
||||
equ GLHI_MODULO$ to 1
|
||||
equ GLHI_FRAME_SIZE$ to 2
|
||||
equ GLHI_PRIMARY_FRAME$ to 3
|
||||
equ GLHI_ROWCOUNT$ to 4
|
||||
equ GLHI_SIZELOCK$ to 5
|
||||
equ GLHI_THRESHOLD$ to 6
|
||||
equ GLHI_OSFILE$ to 7
|
||||
equ GHLI_FILEVERSION$ to 8
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
#endif
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user