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.

37 lines
580 B

  1. /*++
  2. Microsoft Confidential
  3. Copyright (c) 1992-1997 Microsoft Corporation
  4. All rights reserved
  5. Module Name:
  6. general.h
  7. Abstract:
  8. Public declarations for the General tab of the System Control Panel
  9. Applet
  10. Author:
  11. Eric Flo (ericflo) 19-Jun-1995
  12. Revision History:
  13. 15-Oct-1997 scotthal
  14. Complete overhaul
  15. --*/
  16. #ifndef _SYSDM_GENERAL_H_
  17. #define _SYSDM_GENERAL_H_
  18. INT_PTR
  19. APIENTRY GeneralDlgProc(
  20. IN HWND hDlg,
  21. IN UINT uMsg,
  22. IN WPARAM wParam,
  23. IN LPARAM lParam
  24. );
  25. #endif // _SYSDM_GENERAL_H_