open-insight/SYSPROG/STPROCINS/MSWIN_PEEKMESSAGE_EQUATES.txt
2024-03-25 15:17:34 -07:00

34 lines
1.4 KiB
Plaintext

compile insert msWin_PeekMessage_Equates
/*
** Copyright (C) 2013 Revelation Software Inc. All Rights Reserved **
Author Mr C
Date February 2013
Purpose Equates for use with the Windows PeekMessage function
Amended Date Reason
======= ==== ======
*/
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
#ifndef _MSWIN_PEEKMESSAGE_EQUATES_
#define _MSWIN_PEEKMESSAGE_EQUATES_
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
declare function msWin_PeekMessage
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
equ PM_NOREMOVE$ to 0
equ PM_REMOVE$ to 1
equ PM_NOYIELD$ to 2
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
#endif
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////