23 lines
418 B
C
23 lines
418 B
C
|
/****************************************************************************
|
||
|
|
||
|
Copyright (c) Microsoft Corporation 1998
|
||
|
All rights reserved
|
||
|
|
||
|
File: ApplDlg.H
|
||
|
|
||
|
|
||
|
***************************************************************************/
|
||
|
|
||
|
#ifndef _APPLDLG_H_
|
||
|
#define _APPLDLG_H_
|
||
|
|
||
|
INT_PTR CALLBACK
|
||
|
ApplicationDlgProc(
|
||
|
HWND hDlg,
|
||
|
UINT uMsg,
|
||
|
WPARAM wParam,
|
||
|
LPARAM lParam );
|
||
|
|
||
|
|
||
|
#endif // _APPLDLG_H_
|