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.

48 lines
1.3 KiB

  1. /****************************************************************************
  2. *
  3. * $Archive: S:/STURGEON/SRC/CALLCONT/VCS/listman.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.10 $
  14. * $Date: 10 Dec 1996 11:26:46 $
  15. * $Author: MANDREWS $
  16. *
  17. * Deliverable:
  18. *
  19. * Abstract:
  20. *
  21. *
  22. * Notes:
  23. *
  24. ***************************************************************************/
  25. HRESULT InitListenManager();
  26. HRESULT DeInitListenManager();
  27. HRESULT AllocAndLockListen( PCC_HLISTEN phListen,
  28. PCC_ADDR pListenAddr,
  29. HQ931LISTEN hQ931Listen,
  30. PCC_ALIASNAMES pLocalAliasNames,
  31. DWORD_PTR dwListenToken,
  32. CC_LISTEN_CALLBACK ListenCallback,
  33. PPLISTEN ppListen);
  34. HRESULT FreeListen( PLISTEN pListen);
  35. HRESULT LockListen( CC_HLISTEN hListen,
  36. PPLISTEN ppListen);
  37. HRESULT ValidateListen( CC_HLISTEN hListen);
  38. HRESULT UnlockListen( PLISTEN pListen);
  39. HRESULT GetLastListenAddress( PCC_ADDR pListenAddr);
  40.