Subversion Repositories pentevo

Rev

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

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