Source code of Windows XP (NT5)
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.

28 lines
604 B

  1. /******************************Module*Header*******************************\
  2. * Module Name: glscrnsv.h
  3. *
  4. * Include for modified scrnsave.c
  5. *
  6. * Copyright (c) 1996 Microsoft Corporation
  7. *
  8. \**************************************************************************/
  9. #ifndef __glscrnsv_h__
  10. #define __glscrnsv_h__
  11. #include "sscommon.hxx"
  12. #include "sswproc.hxx"
  13. #ifdef __cplusplus
  14. extern "C" {
  15. #endif
  16. extern INT_PTR DoScreenSave( HWND hwndParent );
  17. extern INT_PTR DoWindowedScreenSave( LPCTSTR szArgs );
  18. extern INT_PTR DoConfigBox( HWND hwndParent );
  19. #ifdef __cplusplus
  20. }
  21. #endif
  22. #endif // __glscrnsv_h__