Last change
on this file since 551 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
|
Line | |
---|
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
|
---|
9 | Copyright (c) 2005 Steven H. Levine
|
---|
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 |
|
---|
21 | typedef struct
|
---|
22 | {
|
---|
23 | APIRET qfsa_rc;
|
---|
24 | FSALLOCATE fsa;
|
---|
25 | APIRET qfsi_rc;
|
---|
26 | ULONG qfsa_cb;
|
---|
27 | FSQBUFFER2 fsqb2;
|
---|
28 | CHAR ab[256]; // space for fsqb2 variable data
|
---|
29 | }
|
---|
30 | tDataMin;
|
---|
31 |
|
---|
32 | MRESULT EXPENTRY MiniTimeProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
|
---|
33 | MRESULT EXPENTRY DataProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
|
---|
34 | HWND CreateDataBar(HWND hwndParent, ULONG fl);
|
---|
35 |
|
---|
36 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.