source: trunk/dll/grep2.h@ 1570

Last change on this file since 1570 was 1375, checked in by Gregg Young, 17 years ago

Updated history; comments minor code cleanup for recent changes

  • Property svn:eolstyle set to native
  • Property svn:keywords set to Id
File size: 631 bytes
Line 
1
2/***********************************************************************
3
4 $Id: grep2.h 1375 2009-01-04 17:08:06Z gyoung $
5
6 <<<description here>>>
7
8 Copyright (c) 1993-98 M. Kimes
9 Copyright (c) 2008 Steven H. Levine
10
11 Change log
12 01 Jan 09 GKY Add Seek and Scan to drives & directory context menus pass drive/dir as search root
13
14***********************************************************************/
15
16#if !defined(GREP2_H)
17#define GREP2_H
18
19MRESULT EXPENTRY GrepDlgProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
20
21typedef struct {
22
23 HWND *hwnd;
24 CHAR *szGrepPath;
25 CHAR *szGrepText;
26}
27GREPINFO;
28
29
30#endif // GREP2_H
Note: See TracBrowser for help on using the repository browser.