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.

52 lines
2.6 KiB

  1. /***********************************************************************
  2. * *
  3. * Filename: rqstcls.h *
  4. * Module: H245 Finite State Machine Subsystem *
  5. * *
  6. ***********************************************************************
  7. * INTEL Corporation Proprietary Information *
  8. * *
  9. * This listing is supplied under the terms of a license agreement *
  10. * with INTEL Corporation and may not be copied nor disclosed except *
  11. * in accordance with the terms of that agreement. *
  12. * *
  13. * Copyright (c) 1996 Intel Corporation. All rights reserved. *
  14. ***********************************************************************
  15. * *
  16. * $Workfile: RQSTCLS.H $
  17. * $Revision: 1.2 $
  18. * $Modtime: 09 Dec 1996 13:42:50 $
  19. * $Log: S:/STURGEON/SRC/H245/INCLUDE/VCS/RQSTCLS.H_v $
  20. *
  21. * Rev 1.2 09 Dec 1996 13:43:06 EHOWARDX
  22. * Updated copyright notice.
  23. *
  24. * Rev 1.1 30 May 1996 23:38:32 EHOWARDX
  25. * Cleanup.
  26. *
  27. * Rev 1.0 09 May 1996 21:04:58 EHOWARDX
  28. * Initial revision.
  29. *
  30. * Rev 1.3.1.2 15 Apr 1996 10:43:52 EHOWARDX
  31. * Update.
  32. *
  33. * Rev 1.3.1.1 10 Apr 1996 21:07:22 EHOWARDX
  34. * Deleted No-op functions; moved state defines to .C file.
  35. *
  36. * Rev 1.3.1.0 05 Apr 1996 11:48:24 EHOWARDX
  37. * Branched.
  38. * *
  39. ***********************************************************************/
  40. // Out-going Request Close Logical Channel state functions
  41. HRESULT closeRequestIdle (Object_t *pObject, PDU_t *pPdu);
  42. HRESULT requestCloseAckAwaitingR (Object_t *pObject, PDU_t *pPdu);
  43. HRESULT requestCloseRejAwaitingR (Object_t *pObject, PDU_t *pPdu);
  44. HRESULT t108ExpiryAwaitingR (Object_t *pObject, PDU_t *pPdu);
  45. // In-coming Request Close Logical Channel state functions
  46. HRESULT requestCloseIdle (Object_t *pObject, PDU_t *pPdu);
  47. HRESULT closeResponseAwaitingR (Object_t *pObject, PDU_t *pPdu);
  48. HRESULT rejectRequestAwaitingR (Object_t *pObject, PDU_t *pPdu);
  49. HRESULT requestCloseReleaseAwaitingR (Object_t *pObject, PDU_t *pPdu);
  50. HRESULT requestCloseAwaitingR (Object_t *pObject, PDU_t *pPdu);