ReactOS 0.4.15-dev-7924-g5949c20
DD_CALLBACKS Struct Reference

#include <ddrawint.h>

Collaboration diagram for DD_CALLBACKS:

Public Attributes

DWORD dwSize
 
DWORD dwFlags
 
PDD_DESTROYDRIVER DestroyDriver
 
PDD_CREATESURFACE CreateSurface
 
PDD_SETCOLORKEY SetColorKey
 
PDD_SETMODE SetMode
 
PDD_WAITFORVERTICALBLANK WaitForVerticalBlank
 
PDD_CANCREATESURFACE CanCreateSurface
 
PDD_CREATEPALETTE CreatePalette
 
PDD_GETSCANLINE GetScanLine
 
PDD_MAPMEMORY MapMemory
 

Detailed Description

Definition at line 497 of file ddrawint.h.

Member Data Documentation

◆ CanCreateSurface

PDD_CANCREATESURFACE DD_CALLBACKS::CanCreateSurface

Definition at line 505 of file ddrawint.h.

Referenced by DxDdCanCreateSurface().

◆ CreatePalette

PDD_CREATEPALETTE DD_CALLBACKS::CreatePalette

Definition at line 506 of file ddrawint.h.

◆ CreateSurface

PDD_CREATESURFACE DD_CALLBACKS::CreateSurface

Definition at line 501 of file ddrawint.h.

◆ DestroyDriver

PDD_DESTROYDRIVER DD_CALLBACKS::DestroyDriver

Definition at line 500 of file ddrawint.h.

◆ dwFlags

DWORD DD_CALLBACKS::dwFlags

◆ dwSize

DWORD DD_CALLBACKS::dwSize

Definition at line 498 of file ddrawint.h.

Referenced by DrvEnableDirectDraw().

◆ GetScanLine

PDD_GETSCANLINE DD_CALLBACKS::GetScanLine

Definition at line 507 of file ddrawint.h.

◆ MapMemory

PDD_MAPMEMORY DD_CALLBACKS::MapMemory

Definition at line 508 of file ddrawint.h.

Referenced by DxDdLock().

◆ SetColorKey

PDD_SETCOLORKEY DD_CALLBACKS::SetColorKey

Definition at line 502 of file ddrawint.h.

◆ SetMode

PDD_SETMODE DD_CALLBACKS::SetMode

Definition at line 503 of file ddrawint.h.

◆ WaitForVerticalBlank

PDD_WAITFORVERTICALBLANK DD_CALLBACKS::WaitForVerticalBlank

Definition at line 504 of file ddrawint.h.


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