Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

38 lines
902 B

#include "resource.h"
class C_dxj_DDEnumModes2Object :
public I_dxj_DDEnumModes2,
public CComObjectRoot
{
public:
C_dxj_DDEnumModes2Object() ;
virtual ~C_dxj_DDEnumModes2Object() ;
BEGIN_COM_MAP(C_dxj_DDEnumModes2Object)
COM_INTERFACE_ENTRY(I_dxj_DDEnumModes2)
END_COM_MAP()
DECLARE_AGGREGATABLE(C_dxj_DDEnumModes2Object)
public:
HRESULT STDMETHODCALLTYPE getItem( long index, DDSurfaceDesc2 *info);
HRESULT STDMETHODCALLTYPE getCount(long *count);
static HRESULT C_dxj_DDEnumModes2Object::create(LPDIRECTDRAW4 pdd,long flags, DDSurfaceDesc2 *pdesc, I_dxj_DDEnumModes2 **ppRet);
//static HRESULT C_dxj_DDEnumModes2Object::create7(LPDIRECTDRAW7 pdd,long flags, DDSurfaceDesc2 *pdesc, I_dxj_DDEnumModes2 **ppRet);
public:
DDSurfaceDesc2 *m_pList;
long m_nCount;
long m_nMax;
BOOL m_bProblem;
};