ReactOS 0.4.15-dev-8058-ga7cbb60
_SCREENSHOT Struct Reference

#include <screenshot.h>

Collaboration diagram for _SCREENSHOT:

Public Attributes

HWND hSelf
 
HDC hDC
 
HBITMAP hBitmap
 
LPBITMAPINFO lpbi
 
LPVOID lpvBits
 
INT Width
 
INT Height
 

Detailed Description

Definition at line 4 of file screenshot.h.

Member Data Documentation

◆ hBitmap

HBITMAP _SCREENSHOT::hBitmap

Definition at line 8 of file screenshot.h.

Referenced by _tWinMain(), CaptureScreen(), and ConvertDDBtoDIB().

◆ hDC

HDC _SCREENSHOT::hDC

Definition at line 7 of file screenshot.h.

Referenced by _tWinMain(), CaptureScreen(), and ConvertDDBtoDIB().

◆ Height

INT _SCREENSHOT::Height

Definition at line 12 of file screenshot.h.

Referenced by CaptureScreen(), and ConvertDDBtoDIB().

◆ hSelf

HWND _SCREENSHOT::hSelf

Definition at line 6 of file screenshot.h.

Referenced by _tWinMain(), and CaptureScreen().

◆ lpbi

LPBITMAPINFO _SCREENSHOT::lpbi

Definition at line 9 of file screenshot.h.

Referenced by _tWinMain(), ConvertDDBtoDIB(), and DoWriteFile().

◆ lpvBits

LPVOID _SCREENSHOT::lpvBits

Definition at line 10 of file screenshot.h.

Referenced by _tWinMain(), ConvertDDBtoDIB(), and DoWriteFile().

◆ Width

INT _SCREENSHOT::Width

Definition at line 11 of file screenshot.h.

Referenced by CaptureScreen().


The documentation for this struct was generated from the following file: