DSDriverInfoObject.inl
上传用户:wymy58
上传日期:2007-01-07
资源大小:2086k
文件大小:0k
源码类别:

DirextX编程

开发平台:

Visual C++

  1. // Copyright (C) 1999 DXGuide.  All Rights Reserved.
  2. // File: DSDriverInfoObject.inl
  3. // Inlines for CDSDriverInfoObject
  4. inline DSCAPS const* CDSDriverInfoObject::GetCaps(void) const
  5. {
  6. return  m_pDSCaps;
  7. }
  8. inline bool CDSDriverInfoObject::IsEmulationMode(void)
  9. {
  10. return  ((m_pDSCaps->dwFlags & DSCAPS_EMULDRIVER) != 0);
  11. }