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.

43 lines
1.1 KiB

  1. /****************************************************************************
  2. *
  3. * $Archive: S:/STURGEON/SRC/CALLCONT/VCS/hangman.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.4 $
  14. * $Date: Aug 12 1996 09:40:22 $
  15. * $Author: mandrews $
  16. *
  17. * Deliverable:
  18. *
  19. * Abstract:
  20. *
  21. *
  22. * Notes:
  23. *
  24. ***************************************************************************/
  25. HRESULT InitHangupManager();
  26. HRESULT DeInitHangupManager();
  27. HRESULT AllocAndLockHangup( PHHANGUP phHangup,
  28. CC_HCONFERENCE hConference,
  29. DWORD_PTR dwUserToken,
  30. PPHANGUP ppHangup);
  31. HRESULT FreeHangup( PHANGUP pHangup);
  32. HRESULT LockHangup( HHANGUP hHangup,
  33. PPHANGUP ppHangup);
  34. HRESULT ValidateHangup( HHANGUP hHangup);
  35. HRESULT UnlockHangup( PHANGUP pHangup);
  36.