ReactOS 0.4.17-dev-116-ga4b6fe9
_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 159 of file d3dkmthk.h.

Member Data Documentation

◆ Format

D3DDDIFORMAT _D3DKMT_CREATEDCFROMMEMORY::Format

Definition at line 162 of file d3dkmthk.h.

Referenced by test_D3DKMTCreateDCFromMemory().

◆ hBitmap

HANDLE _D3DKMT_CREATEDCFROMMEMORY::hBitmap

Definition at line 169 of file d3dkmthk.h.

Referenced by test_D3DKMTCreateDCFromMemory().

◆ hDc

HDC _D3DKMT_CREATEDCFROMMEMORY::hDc

Definition at line 168 of file d3dkmthk.h.

Referenced by test_D3DKMTCreateDCFromMemory().

◆ hDeviceDc

HDC _D3DKMT_CREATEDCFROMMEMORY::hDeviceDc

Definition at line 166 of file d3dkmthk.h.

Referenced by test_D3DKMTCreateDCFromMemory().

◆ Height

UINT _D3DKMT_CREATEDCFROMMEMORY::Height

Definition at line 164 of file d3dkmthk.h.

Referenced by test_D3DKMTCreateDCFromMemory().

◆ pColorTable

PALETTEENTRY* _D3DKMT_CREATEDCFROMMEMORY::pColorTable

Definition at line 167 of file d3dkmthk.h.

Referenced by test_D3DKMTCreateDCFromMemory().

◆ Pitch

UINT _D3DKMT_CREATEDCFROMMEMORY::Pitch

Definition at line 165 of file d3dkmthk.h.

Referenced by test_D3DKMTCreateDCFromMemory().

◆ pMemory

void* _D3DKMT_CREATEDCFROMMEMORY::pMemory

Definition at line 161 of file d3dkmthk.h.

Referenced by test_D3DKMTCreateDCFromMemory().

◆ Width

UINT _D3DKMT_CREATEDCFROMMEMORY::Width

Definition at line 163 of file d3dkmthk.h.

Referenced by test_D3DKMTCreateDCFromMemory().


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