|
|
1.1 root 1: /******************************Module*Header*******************************\
2: * Module Name: drvproc.h
3: *
4: * Header file
5: *
6: * Created: 5-05-92
7: * Author: Colin Stuart []
8: *
9: * Copyright (c) 1992 Microsoft Corporation
10: *
11: *
12: *
13: * Dependencies:
14: *
15: * windows.h
16: *
17: \**************************************************************************/
18:
19: //
20: // Forward declarations in DRVPROC.C
21: //
22: LRESULT CALLBACK DrvWndProc (HWND, UINT, WPARAM, LPARAM);
23:
24: BOOL IsFileLB (HWND);
25: void FillDirectoryLB (HWND);
26:
27: BOOL OpenListBoxItem (LPCINFO, HWND);
28: BOOL RunListBoxItem (LPCINFO, HWND);
29: BOOL IsDirectory (LPSTR, LPSTR);
30:
31: BOOL ExecuteFileAction (LPSINFO);
32: LRESULT SelectProc (HWND, UINT, WPARAM, LPARAM);
33: BOOL FillSelectDlg (HWND, LPSINFO);
34: BOOL DoFileIO (HWND, LPSINFO);
35: void UpdateFileLB (HWND);
36: BOOL HandleIOError (HWND, DWORD, LPSTR, LPSTR);
37:
38: LRESULT RenameProc (HWND, UINT, WPARAM, LPARAM);
39: LRESULT MkDirProc (HWND, UINT, WPARAM, LPARAM);
40:
41: LRESULT CALLBACK TextWndProc(HWND, UINT, WPARAM, LPARAM);
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.