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.

24 lines
756 B

  1. /*==========================================================================;
  2. *
  3. * Copyright (C) 1999 Microsoft Corporation. All Rights Reserved.
  4. *
  5. * File: dpvautil.h
  6. * Content: Header file for ACM utils
  7. *
  8. * History:
  9. * Date By Reason
  10. * =========== =========== ====================
  11. * 10/27/99 rodtoll created
  12. * 02/25/2002 rodtoll WINBUG #552283: Reduce attack surface / dead code removal
  13. * Removed ability to load arbitrary ACM codecs. Removed dead
  14. * dead code associated with it.
  15. ***************************************************************************/
  16. #ifndef __DPVAUTIL_H
  17. #define __DPVAUTIL_H
  18. #define DPF_SUBCOMP DN_SUBCOMP_VOICE
  19. HRESULT IsPCMConverterAvailable();
  20. #endif