2 |
|
// |
3 |
|
// Douglas Thrift |
4 |
|
// |
5 |
< |
// $Id: ScanUtility.h,v 1.8 2003/08/24 07:31:45 douglas Exp $ |
5 |
> |
// $Id: ScanUtility.h,v 1.9 2003/08/25 07:29:00 douglas Exp $ |
6 |
|
|
7 |
|
#ifndef _ScanUtility_h_ |
8 |
|
#define _ScanUtility_h_ |
35 |
|
static INT_PTR CALLBACK start(HWND dialog, UINT msg, WPARAM w, LPARAM l); |
36 |
|
static INT_PTR CALLBACK select(HWND dialog, UINT msg, WPARAM w, LPARAM l); |
37 |
|
static INT_PTR CALLBACK enter(HWND dialog, UINT msg, WPARAM w, LPARAM l); |
38 |
+ |
static INT_PTR CALLBACK confirm(HWND dialog, UINT msg, WPARAM w, LPARAM l); |
39 |
+ |
static INT_PTR CALLBACK done(HWND dialog, UINT msg, WPARAM w, LPARAM l); |
40 |
|
public: |
41 |
|
ScanUtility(); |
42 |
|
~ScanUtility(); |