windows-nt/Source/XPSP1/NT/multimedia/media/cdplayer/preferen.h
2020-09-26 16:20:57 +08:00

37 lines
641 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
);