--- mstools/samples/filer/filer.h 2018/08/09 18:20:59 1.1 +++ mstools/samples/filer/filer.h 2018/08/09 18:24:29 1.1.1.2 @@ -1,31 +1,26 @@ -/******************************Module*Header*******************************\ -* Module Name: filer.h -* -* Header file -* -* Created: 5-05-92 -* Author: Colin Stuart [] -* -* Copyright (c) 1992 Microsoft Corporation -* -* -* -* Dependencies: -* -* enumdrv.h -* walk.h -* -\**************************************************************************/ + +/******************************************************************************\ +* This is a part of the Microsoft Source Code Samples. +* Copyright (C) 1993 Microsoft Corporation. +* All rights reserved. +* This source code is only intended as a supplement to +* Microsoft Development Tools and/or WinHelp documentation. +* See these sources for detailed information regarding the +* Microsoft samples programs. +\******************************************************************************/ + // // Forward declarations in FILER.C // BOOL InitializeApp (void); -LRESULT CALLBACK MainWndProc (HWND, UINT, WPARAM, LPARAM); -LRESULT CALLBACK AboutProc (HWND, UINT, WPARAM, LPARAM); -LRESULT CALLBACK DriveBarProc (HWND, UINT, WPARAM, LPARAM); int GetDriveBitmap (LPBINFO); BOOL ChangeDrive (LPTSTR, DWORD); -LRESULT CALLBACK FunctionBarProc(HWND, UINT, WPARAM, LPARAM); +BOOL RunCommandItem (LPCINFO); BOOL UpdateDrivesMenu (HMENU, HANDLE); -void ErrorMsg (LPSTR); +void ErrorMsg (LPTSTR); + +LRESULT WINAPI MainWndProc (HWND, UINT, WPARAM, LPARAM); +LRESULT WINAPI AboutProc (HWND, UINT, WPARAM, LPARAM); +LRESULT WINAPI DriveBarProc (HWND, UINT, WPARAM, LPARAM); +LRESULT WINAPI FunctionBarProc (HWND, UINT, WPARAM, LPARAM);