ReactOS 0.4.16-dev-2104-gb84fa49
_FRAMEBUFFER_INFO Struct Reference
Collaboration diagram for _FRAMEBUFFER_INFO:

Public Attributes

ULONG_PTR BaseAddress
 
ULONG BufferSize
 
ULONG ScreenWidth
 
ULONG ScreenHeight
 
ULONG PixelsPerScanLine
 
ULONG BitsPerPixel
 
PIXEL_BITMASK PixelMasks
 
ULONG BytesPerPixel
 
ULONG Delta
 

Detailed Description

Definition at line 22 of file vidfb.c.

Member Data Documentation

◆ BaseAddress

ULONG_PTR _FRAMEBUFFER_INFO::BaseAddress

◆ BitsPerPixel

ULONG _FRAMEBUFFER_INFO::BitsPerPixel

Definition at line 32 of file vidfb.c.

Referenced by FbConsGetDisplaySize(), VidFbGetDisplaySize(), and VidFbInitializeVideo().

◆ BufferSize

ULONG _FRAMEBUFFER_INFO::BufferSize

Definition at line 25 of file vidfb.c.

Referenced by VidFbInitializeVideo().

◆ BytesPerPixel

ULONG _FRAMEBUFFER_INFO::BytesPerPixel

Calculated values

Definition at line 39 of file vidfb.c.

Referenced by VidFbGetBufferSize(), and VidFbInitializeVideo().

◆ Delta

ULONG _FRAMEBUFFER_INFO::Delta

◆ PixelMasks

PIXEL_BITMASK _FRAMEBUFFER_INFO::PixelMasks

Definition at line 35 of file vidfb.c.

Referenced by VidFbInitializeVideo().

◆ PixelsPerScanLine

ULONG _FRAMEBUFFER_INFO::PixelsPerScanLine

Definition at line 31 of file vidfb.c.

Referenced by VidFbInitializeVideo().

◆ ScreenHeight

ULONG _FRAMEBUFFER_INFO::ScreenHeight

◆ ScreenWidth

ULONG _FRAMEBUFFER_INFO::ScreenWidth

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