Subversion Repositories pentevo

Rev

Rev 796 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed | ?url?

  1. #pragma once
  2.  
  3. #ifndef AUDCLNT_E_DEVICE_IN_USE
  4. #define FACILITY_AUDCLNT 2185
  5. #define AUDCLNT_ERR(n) MAKE_HRESULT(SEVERITY_ERROR, FACILITY_AUDCLNT, n)
  6. #define AUDCLNT_E_DEVICE_IN_USE AUDCLNT_ERR(0x00a)
  7. #endif
  8.  
  9. void printrdd(const char *pr, HRESULT r);
  10. void printrmm(const char *pr, MMRESULT r);
  11. void printrds(const char *pr, HRESULT r);
  12. void printrdi(const char *pr, HRESULT r);
  13.