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.

21 lines
409 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1999 - 1999
  6. //
  7. // File: bitmap.h
  8. //
  9. //--------------------------------------------------------------------------
  10. // bitmap.h : definition file
  11. //
  12. #ifndef __BITMAP__H__
  13. #define __BITMAP__H__
  14. HBITMAP CopyBitmap(HBITMAP hbm);
  15. #endif //__BITMAP__H__