reactos/rosapps/applications/sysutils/screenshot/screenshot.h
Aleksey Bragin a92216f309 - Delete mc (stoneage old, there is a standalone win32 port now).
- Fit apps better in dir structure.
- Move old_wordpad to templates (Ged said it's a great framework).

svn path=/trunk/; revision=34308
2008-07-05 18:23:03 +00:00

16 lines
257 B
C

#include <windows.h>
#include <tchar.h>
typedef struct _SCREENSHOT
{
HWND hSelf;
HDC hDC;
HBITMAP hBitmap;
LPBITMAPINFO lpbi;
LPVOID lpvBits;
INT Width;
INT Height;
} SCREENSHOT, *PSCREENSHOT;
//INT WINAPI GetScreenshot(VOID);