/*********************************************************************** $Id: grep2.h 1375 2009-01-04 17:08:06Z gyoung $ <<>> Copyright (c) 1993-98 M. Kimes Copyright (c) 2008 Steven H. Levine Change log 01 Jan 09 GKY Add Seek and Scan to drives & directory context menus pass drive/dir as search root ***********************************************************************/ #if !defined(GREP2_H) #define GREP2_H MRESULT EXPENTRY GrepDlgProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2); typedef struct { HWND *hwnd; CHAR *szGrepPath; CHAR *szGrepText; } GREPINFO; #endif // GREP2_H