source: trunk/dll/datamin.h@ 1570

Last change on this file since 1570 was 1206, checked in by John Small, 17 years ago

Ticket 187: Move datadevlarations/definitions out of fm3dll.h

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1017 bytes
RevLine 
[141]1
2/***********************************************************************
3
4 $Id: datamin.h 1206 2008-09-13 06:48:55Z jbs $
5
6 Minimized data bar interface
7
8 Copyright (c) 1993-98 M. Kimes
[902]9 Copyright (c) 2005, 2008 Steven H. Levine
[141]10
11 23 May 05 SHL Pull from fm3dll.h
[902]12 04 Jan 08 SHL Allow standalone usage
[141]13
14***********************************************************************/
15
[902]16#if !defined(DATAMIN_H)
[141]17
[902]18#define DATAMIN_H
[141]19
[902]20#if !defined(OS2_INCLUDED)
21#include <os2.h>
22#endif
23
[141]24#define QWL_DATAMIN_PTR (QWL_USER + 4)
25
[551]26typedef struct
27{
28 APIRET qfsa_rc;
[141]29 FSALLOCATE fsa;
[551]30 APIRET qfsi_rc;
31 ULONG qfsa_cb;
[141]32 FSQBUFFER2 fsqb2;
[551]33 CHAR ab[256]; // space for fsqb2 variable data
34}
35tDataMin;
[141]36
[551]37MRESULT EXPENTRY MiniTimeProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
38MRESULT EXPENTRY DataProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
39HWND CreateDataBar(HWND hwndParent, ULONG fl);
[141]40
[1206]41// Data declarations
42extern HWND DataHwnd;
43extern BOOL fDataInclRemote;
44extern BOOL fDataShowDrives;
45extern BOOL fDataToFore;
46extern BOOL fDullMin;
47
[902]48#endif // DATAMIN_H
Note: See TracBrowser for help on using the repository browser.