ReactOS 0.4.15-dev-7942-gd23573b
_D3DKMT_CREATEDCFROMMEMORY Struct Reference

#include <d3dkmthk.h>

Collaboration diagram for _D3DKMT_CREATEDCFROMMEMORY:

Public Attributes

voidpMemory
 
D3DDDIFORMAT Format
 
UINT Width
 
UINT Height
 
UINT Pitch
 
HDC hDeviceDc
 
PALETTEENTRYpColorTable
 
HDC hDc
 
HANDLE hBitmap
 

Detailed Description

Definition at line 24 of file d3dkmthk.h.

Member Data Documentation

◆ Format

D3DDDIFORMAT _D3DKMT_CREATEDCFROMMEMORY::Format

Definition at line 27 of file d3dkmthk.h.

Referenced by test_D3DKMTCreateDCFromMemory().

◆ hBitmap

HANDLE _D3DKMT_CREATEDCFROMMEMORY::hBitmap

Definition at line 34 of file d3dkmthk.h.

Referenced by test_D3DKMTCreateDCFromMemory().

◆ hDc

HDC _D3DKMT_CREATEDCFROMMEMORY::hDc

Definition at line 33 of file d3dkmthk.h.

Referenced by test_D3DKMTCreateDCFromMemory().

◆ hDeviceDc

HDC _D3DKMT_CREATEDCFROMMEMORY::hDeviceDc

Definition at line 31 of file d3dkmthk.h.

Referenced by test_D3DKMTCreateDCFromMemory().

◆ Height

UINT _D3DKMT_CREATEDCFROMMEMORY::Height

Definition at line 29 of file d3dkmthk.h.

Referenced by test_D3DKMTCreateDCFromMemory().

◆ pColorTable

PALETTEENTRY* _D3DKMT_CREATEDCFROMMEMORY::pColorTable

Definition at line 32 of file d3dkmthk.h.

Referenced by test_D3DKMTCreateDCFromMemory().

◆ Pitch

UINT _D3DKMT_CREATEDCFROMMEMORY::Pitch

Definition at line 30 of file d3dkmthk.h.

Referenced by test_D3DKMTCreateDCFromMemory().

◆ pMemory

void* _D3DKMT_CREATEDCFROMMEMORY::pMemory

Definition at line 26 of file d3dkmthk.h.

Referenced by test_D3DKMTCreateDCFromMemory().

◆ Width

UINT _D3DKMT_CREATEDCFROMMEMORY::Width

Definition at line 28 of file d3dkmthk.h.

Referenced by test_D3DKMTCreateDCFromMemory().


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