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

37 lines
1.3 KiB
Plaintext

compile insert msWin_TaskBar_Equates
/*
** Copyright (C) 2012 Revelation Software Inc. All Rights Reserved **
Author Mr C
Date Feb 2013
Purpose Equates for Windows 7+ Taskbar methods
Comments
========
Amended Date Reason
======= ==== ======
*/
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
#ifndef _MSWIN_TASKBAR_EQUATES_
#define _MSWIN_TASKBAR_EQUATES_
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
// Progress States
equ TBPF_NOPROGRESS$ to 0x00
equ TBPF_INDETERMINATE$ to 0x01
equ TBPF_NORMAL$ to 0x02
equ TBPF_ERROR$ to 0x04
equ TBPF_PAUSED$ to 0x08
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
#endif
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////