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.

39 lines
944 B

  1. /****************************************************************************
  2. *
  3. * $Archive: S:/STURGEON/SRC/CALLCONT/VCS/q931man.h_v $
  4. *
  5. * INTEL Corporation Prorietary Information
  6. *
  7. * This listing is supplied under the terms of a license agreement
  8. * with INTEL Corporation and may not be copied nor disclosed except
  9. * in accordance with the terms of that agreement.
  10. *
  11. * Copyright (c) 1993-1994 Intel Corporation.
  12. *
  13. * $Revision: 1.14 $
  14. * $Date: Aug 12 1996 09:40:40 $
  15. * $Author: mandrews $
  16. *
  17. * Deliverable:
  18. *
  19. * Abstract:
  20. *
  21. *
  22. * Notes:
  23. *
  24. ***************************************************************************/
  25. HRESULT InitQ931Manager();
  26. HRESULT DeInitQ931Manager();
  27. DWORD Q931Callback( BYTE bEvent,
  28. HQ931CALL hQ931Call,
  29. DWORD_PTR dwListenToken,
  30. DWORD_PTR dwUserToken,
  31. void * pEventData);
  32.