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: rmese.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: RMESE.H $
  17. * $Revision: 1.2 $
  18. * $Modtime: 09 Dec 1996 13:42:50 $
  19. * $Log: S:/STURGEON/SRC/H245/INCLUDE/VCS/RMESE.H_v $
  20. *
  21. * Rev 1.2 09 Dec 1996 13:43:02 EHOWARDX
  22. * Updated copyright notice.
  23. *
  24. * Rev 1.1 30 May 1996 23:38:30 EHOWARDX
  25. * Cleanup.
  26. *
  27. * Rev 1.0 09 May 1996 21:04:56 EHOWARDX
  28. * Initial revision.
  29. *
  30. * Rev 1.1 15 Apr 1996 10:43:28 EHOWARDX
  31. * Update.
  32. *
  33. * Rev 1.0 10 Apr 1996 21:07:58 EHOWARDX
  34. * Initial revision.
  35. * *
  36. ***********************************************************************/
  37. // Out-going Request Mux Entry (RMESE_OUT) state functions
  38. HRESULT RMESE0_SEND_requestF (Object_t *pObject, PDU_t *pPdu);
  39. HRESULT RMESE1_SEND_requestF (Object_t *pObject, PDU_t *pPdu);
  40. HRESULT RMESE1_RequestMuxEntryAckF (Object_t *pObject, PDU_t *pPdu);
  41. HRESULT RMESE1_RequestMuxEntryRejF (Object_t *pObject, PDU_t *pPdu);
  42. HRESULT RMESE1_T107ExpiryF (Object_t *pObject, PDU_t *pPdu);
  43. // In-coming Request Mux Entry (RMESE_OUT) state functions
  44. HRESULT RMESE0_RequestMuxEntryF (Object_t *pObject, PDU_t *pPdu);
  45. HRESULT RMESE1_RequestMuxEntryF (Object_t *pObject, PDU_t *pPdu);
  46. HRESULT RMESE1_RequestMuxEntryReleaseF (Object_t *pObject, PDU_t *pPdu);
  47. HRESULT RMESE1_SEND_responseF (Object_t *pObject, PDU_t *pPdu);
  48. HRESULT RMESE1_REJECT_requestF (Object_t *pObject, PDU_t *pPdu);