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.

27 lines
935 B

  1. /*==========================================================================;
  2. *
  3. * Copyright (C) 1999 Microsoft Corporation. All Rights Reserved.
  4. *
  5. * File: dpvacm.h
  6. * Content: Header file for DirectPlayVoice compression provider (ACM)
  7. *
  8. * History:
  9. * Date By Reason
  10. * =========== =========== ====================
  11. * 10/27/99 rodtoll created
  12. * 06/09/00 rmt Updates to split CLSID and allow whistler compat and support external create funcs
  13. ***************************************************************************/
  14. #ifndef __DPVACM_H
  15. #define __DPVACM_H
  16. // {C0170539-0032-46bf-9223-A2463F000562}
  17. DEFINE_GUID(CLSID_DPVCPACM,
  18. 0xc0170539, 0x32, 0x46bf, 0x92, 0x23, 0xa2, 0x46, 0x3f, 0x0, 0x5, 0x62);
  19. // {2ED7F7E8-1F7E-4edc-8E84-45B23631EBFE}
  20. DEFINE_GUID(CLSID_DPVCPACM_CONVERTER,
  21. 0x2ed7f7e8, 0x1f7e, 0x4edc, 0x8e, 0x84, 0x45, 0xb2, 0x36, 0x31, 0xeb, 0xfe);
  22. #endif