51 lines
1.8 KiB
Plaintext
51 lines
1.8 KiB
Plaintext
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
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|