source: trunk/dll/datamin.h@ 689

Last change on this file since 689 was 551, checked in by Gregg Young, 19 years ago

Indentation cleanup

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 772 bytes
RevLine 
[141]1
2/***********************************************************************
3
4 $Id: datamin.h 551 2007-02-28 01:33:51Z gyoung $
5
6 Minimized data bar interface
7
8 Copyright (c) 1993-98 M. Kimes
[161]9 Copyright (c) 2005 Steven H. Levine
[141]10
11 23 May 05 SHL Pull from fm3dll.h
12
13***********************************************************************/
14
15#if !defined(DATAMIN_INCLUDED)
16
17#define DATAMIN_INCLUDED
18
19#define QWL_DATAMIN_PTR (QWL_USER + 4)
20
[551]21typedef struct
22{
23 APIRET qfsa_rc;
[141]24 FSALLOCATE fsa;
[551]25 APIRET qfsi_rc;
26 ULONG qfsa_cb;
[141]27 FSQBUFFER2 fsqb2;
[551]28 CHAR ab[256]; // space for fsqb2 variable data
29}
30tDataMin;
[141]31
[551]32MRESULT EXPENTRY MiniTimeProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
33MRESULT EXPENTRY DataProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
34HWND CreateDataBar(HWND hwndParent, ULONG fl);
[141]35
36#endif
Note: See TracBrowser for help on using the repository browser.