WindowsXP-SP1/admin/snapin/corecopy/bitmap.h
2020-09-30 16:53:49 +02:00

12 lines
153 B
C

// bitmap.h : definition file
//
#ifndef __BITMAP__H__
#define __BITMAP__H__
HBITMAP CopyBitmap(HBITMAP hbm);
#endif //__BITMAP__H__