Source code of Windows XP (NT5)
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.

36 lines
1.0 KiB

  1. /*==========================================================================
  2. *
  3. * Copyright (C) 1999 Microsoft Corporation. All Rights Reserved.
  4. *
  5. * File: loopback.cpp
  6. * Content: Declares the loopback test function
  7. *
  8. * History:
  9. * Date By Reason
  10. * ==== == ======
  11. * 09/10/99 pnewson Created
  12. * 01/21/2000 pnewson Updated to support use of loopback tests for full duplex testing
  13. * 11/29/2000 rodtoll Bug #48348 - DPVOICE: Modify wizard to make use of DirectPlay8 as the transport.
  14. *
  15. ***************************************************************************/
  16. HRESULT StartLoopback(
  17. LPDIRECTPLAYVOICESERVER* lplpdvs,
  18. LPDIRECTPLAYVOICECLIENT* lplpdvc,
  19. PDIRECTPLAY8SERVER* lplpdp8,
  20. LPVOID lpvCallbackContext,
  21. HWND hwndAppWindow,
  22. GUID guidCaptureDevice,
  23. GUID guidRenderDevice,
  24. DWORD dwFlags);
  25. HRESULT StopLoopback(
  26. LPDIRECTPLAYVOICESERVER lpdvs,
  27. LPDIRECTPLAYVOICECLIENT lpdvc,
  28. PDIRECTPLAY8SERVER lpdp8 );
  29. HRESULT StartDirectPlay( PDIRECTPLAY8SERVER* lplpdp8 );
  30. HRESULT StopDirectPlay( PDIRECTPLAY8SERVER lplpdp8 );