added sysprog entities
This commit is contained in:
30
SYSPROG/STPROCINS/MSWIN_GETANCESTOR_EQUATES.txt
Normal file
30
SYSPROG/STPROCINS/MSWIN_GETANCESTOR_EQUATES.txt
Normal file
@ -0,0 +1,30 @@
|
||||
compile insert msWin_GetAncestor_Equates
|
||||
/*
|
||||
** Copyright (c) 2012-2022 Revelation Software Inc. All Rights Reserved **
|
||||
|
||||
Author Captain C
|
||||
Date Feb 2022
|
||||
Purpose Equates for the GetAncestor Windows API function.
|
||||
|
||||
Amended Date Reason
|
||||
======= ==== ======
|
||||
*/
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
#ifndef _MSWIN_GETANCESTOR_EQUATES_
|
||||
#define _MSWIN_GETANCESTOR_EQUATES_
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
declare function msWin_GetAncestor
|
||||
|
||||
equ GA_PARENT$ to 1
|
||||
equ GA_ROOT$ to 2
|
||||
equ GA_ROOTOWNER$ to 3
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
#endif
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user