DSDriverInfoObject.inl
资源名称:DXGuide.zip [点击查看]
上传用户:wymy58
上传日期:2007-01-07
资源大小:2086k
文件大小:0k
源码类别:
DirextX编程
开发平台:
Visual C++
- // Copyright (C) 1999 DXGuide. All Rights Reserved.
- // File: DSDriverInfoObject.inl
- // Inlines for CDSDriverInfoObject
- inline DSCAPS const* CDSDriverInfoObject::GetCaps(void) const
- {
- return m_pDSCaps;
- }
- inline bool CDSDriverInfoObject::IsEmulationMode(void)
- {
- return ((m_pDSCaps->dwFlags & DSCAPS_EMULDRIVER) != 0);
- }