ReactOS 0.4.15-dev-7961-gdcf9eb0
tagWINE_HDD Struct Reference
Collaboration diagram for tagWINE_HDD:

Public Attributes

HDC hdc
 
INT dxDst
 
INT dyDst
 
LPBITMAPINFOHEADER lpbi
 
INT dxSrc
 
INT dySrc
 
HPALETTE hpal
 
BOOL begun
 
LPBITMAPINFOHEADER lpbiOut
 
HIC hic
 
HDC hMemDC
 
HBITMAP hOldDib
 
HBITMAP hDib
 
LPVOID lpvbits
 
HDRAWDIB hSelf
 
struct tagWINE_HDDnext
 

Detailed Description

Definition at line 37 of file drawdib.c.

Member Data Documentation

◆ begun

BOOL tagWINE_HDD::begun

◆ dxDst

INT tagWINE_HDD::dxDst

Definition at line 39 of file drawdib.c.

Referenced by DrawDibBegin(), and DrawDibDraw().

◆ dxSrc

INT tagWINE_HDD::dxSrc

Definition at line 42 of file drawdib.c.

Referenced by DrawDibBegin(), and DrawDibDraw().

◆ dyDst

INT tagWINE_HDD::dyDst

Definition at line 40 of file drawdib.c.

Referenced by DrawDibBegin(), and DrawDibDraw().

◆ dySrc

INT tagWINE_HDD::dySrc

Definition at line 43 of file drawdib.c.

Referenced by DrawDibBegin(), and DrawDibDraw().

◆ hdc

HDC tagWINE_HDD::hdc

Definition at line 38 of file drawdib.c.

Referenced by DrawDibBegin(), DrawDibDraw(), DrawDibEnd(), and DrawDibSetPalette().

◆ hDib

HBITMAP tagWINE_HDD::hDib

Definition at line 50 of file drawdib.c.

Referenced by DrawDibBegin(), and DrawDibEnd().

◆ hic

HIC tagWINE_HDD::hic

Definition at line 47 of file drawdib.c.

Referenced by DrawDibBegin(), DrawDibDraw(), and DrawDibEnd().

◆ hMemDC

HDC tagWINE_HDD::hMemDC

Definition at line 48 of file drawdib.c.

Referenced by DrawDibBegin(), DrawDibDraw(), and DrawDibEnd().

◆ hOldDib

HBITMAP tagWINE_HDD::hOldDib

Definition at line 49 of file drawdib.c.

Referenced by DrawDibBegin(), and DrawDibEnd().

◆ hpal

HPALETTE tagWINE_HDD::hpal

◆ hSelf

HDRAWDIB tagWINE_HDD::hSelf

Definition at line 52 of file drawdib.c.

Referenced by DrawDibOpen(), and MSVIDEO_GetHddPtr().

◆ lpbi

◆ lpbiOut

LPBITMAPINFOHEADER tagWINE_HDD::lpbiOut

Definition at line 46 of file drawdib.c.

Referenced by DrawDibBegin(), DrawDibDraw(), and DrawDibEnd().

◆ lpvbits

LPVOID tagWINE_HDD::lpvbits

Definition at line 51 of file drawdib.c.

Referenced by DrawDibBegin(), DrawDibDraw(), and DrawDibEnd().

◆ next

struct tagWINE_HDD* tagWINE_HDD::next

Definition at line 53 of file drawdib.c.

Referenced by DrawDibClose(), DrawDibOpen(), and MSVIDEO_GetHddPtr().


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