2025-04-27 07:49:33 -04:00

37 lines
677 B
C

/******************************Module*Header*******************************\
* Module Name: preferen.h
*
* Code to support the preferneces dialog box.
*
*
* Created: dd-mm-94
* Author: Stephen Estrop [StephenE]
*
* Copyright (c) 1994 Microsoft Corporation
\**************************************************************************/
BOOL CALLBACK
PreferencesDlgProc(
HWND hwnd,
UINT message,
WPARAM wParam,
LPARAM lParam
);
BOOL
Preferences_OnInitDialog(
HWND hwnd,
HWND hwndFocus,
LPARAM lParam
);
void
Preferences_OnCommand(
HWND hwnd,
int id,
HWND hwndCtl,
UINT codeNotify
);