You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
745 B
39 lines
745 B
//Copyright (c) 1998 - 1999 Microsoft Corporation
|
|
#ifndef _PROP_DLGS_H_
|
|
#define _PROP_DLGS_H_
|
|
|
|
LRW_DLG_INT CALLBACK
|
|
PropModeDlgProc(
|
|
IN HWND hwnd,
|
|
IN UINT uMsg,
|
|
IN WPARAM wParam,
|
|
IN LPARAM lParam
|
|
);
|
|
|
|
|
|
LRW_DLG_INT CALLBACK
|
|
PropProgramDlgProc(
|
|
IN HWND hwnd,
|
|
IN UINT uMsg,
|
|
IN WPARAM wParam,
|
|
IN LPARAM lParam
|
|
);
|
|
|
|
|
|
LRW_DLG_INT CALLBACK
|
|
PropCustInfoADlgProc(
|
|
IN HWND hwnd,
|
|
IN UINT uMsg,
|
|
IN WPARAM wParam,
|
|
IN LPARAM lParam
|
|
);
|
|
|
|
LRW_DLG_INT CALLBACK
|
|
PropCustInfoBDlgProc(
|
|
IN HWND hwnd,
|
|
IN UINT uMsg,
|
|
IN WPARAM wParam,
|
|
IN LPARAM lParam
|
|
);
|
|
|
|
#endif //_PROP_DLGS_H_
|