windows-nt/Source/XPSP1/NT/multimedia/media/cdplayer/preferen.h

37 lines
641 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/******************************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
);