ReactOS 0.4.15-dev-7961-gdcf9eb0
_D3D9BaseObject Struct Reference

#include <d3d9_baseobject.h>

Collaboration diagram for _D3D9BaseObject:

Public Attributes

ID3D9BaseObjectVtbllpVtbl
 
LONG lRefCnt
 
DWORD dwNumUsed
 
IUnknownpUnknown
 
DWORD dwUnknown0010
 
HANDLE hKernelHandle
 
LPDWORD dwUnknown0018
 
enum REF_TYPE RefType
 

Detailed Description

Definition at line 29 of file d3d9_baseobject.h.

Member Data Documentation

◆ dwNumUsed

DWORD _D3D9BaseObject::dwNumUsed

Definition at line 33 of file d3d9_baseobject.h.

◆ dwUnknown0010

DWORD _D3D9BaseObject::dwUnknown0010

Definition at line 35 of file d3d9_baseobject.h.

◆ dwUnknown0018

LPDWORD _D3D9BaseObject::dwUnknown0018

Definition at line 37 of file d3d9_baseobject.h.

◆ hKernelHandle

HANDLE _D3D9BaseObject::hKernelHandle

Definition at line 36 of file d3d9_baseobject.h.

◆ lpVtbl

ID3D9BaseObjectVtbl* _D3D9BaseObject::lpVtbl

Definition at line 31 of file d3d9_baseobject.h.

Referenced by CreateDirect3DSwapChain9(), and InitD3D9BaseObject().

◆ lRefCnt

LONG _D3D9BaseObject::lRefCnt

Definition at line 32 of file d3d9_baseobject.h.

Referenced by D3D9BaseObject_AddRef(), and D3D9BaseObject_Release().

◆ pUnknown

◆ RefType

enum REF_TYPE _D3D9BaseObject::RefType

Definition at line 38 of file d3d9_baseobject.h.

Referenced by InitD3D9BaseObject().


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