Leaked source code of windows server 2003
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.
 
 
 
 
 
 

32 lines
949 B

//===========================================================================
// dmtabout.h
//
// History:
// 08/20/1999 - davidkl - created
//===========================================================================
#ifndef _DMTABOUT_H
#define _DMTABOUT_H
//---------------------------------------------------------------------------
// prototypes
BOOL CALLBACK dmtaboutDlgProc(HWND hwnd,
UINT uMsg,
WPARAM wparam,
LPARAM lparam);
BOOL dmtaboutOnInitDialog(HWND hwnd,
HWND hwndFocus,
LPARAM lparam);
BOOL dmtaboutOnClose(HWND hwnd);
BOOL dmtaboutOnCommand(HWND hwnd,
WORD wId,
HWND hwndCtrl,
WORD wNotifyCode);
//---------------------------------------------------------------------------
#endif // _DMTABOUT_H