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.

37 lines
1.5 KiB

  1. /******************************************************************************
  2. *
  3. * INTEL Corporation Proprietary Information
  4. * Copyright (c) 1994, 1995, 1996 Intel Corporation.
  5. *
  6. * This listing is supplied under the terms of a license agreement
  7. * with INTEL Corporation and may not be used, copied, nor disclosed
  8. * except in accordance with the terms of that agreement.
  9. *
  10. *****************************************************************************/
  11. /******************************************************************************
  12. *
  13. * $Workfile: h245init.x $
  14. * $Revision: 1.0 $
  15. * $Modtime: 07 May 1996 13:21:58 $
  16. * $Log: S:/STURGEON/SRC/H245/INCLUDE/VCS/h245init.x_v $
  17. Rev 1.0 09 May 1996 21:05:06 EHOWARDX
  18. Initial revision.
  19. *
  20. * Rev 1.3 09 May 1996 19:38:22 EHOWARDX
  21. * Redesigned locking logic and added new functionality.
  22. *
  23. * Rev 1.2 09 Feb 1996 16:52:14 cjutzi
  24. * - added Dollar LOG
  25. *
  26. *****************************************************************************/
  27. DWORD StartSystemInit (struct InstanceStruct *pInstance);
  28. DWORD EndSystemInit (struct InstanceStruct *pInstance);
  29. DWORD StartSystemClose (struct InstanceStruct *pInstance);
  30. DWORD EndSystemClose (struct InstanceStruct *pInstance);
  31. DWORD StartSessionInit (struct InstanceStruct *pInstance);
  32. DWORD EndSessionInit (struct InstanceStruct *pInstance);
  33. DWORD StartSessionClose(struct InstanceStruct *pInstance);
  34. DWORD EndSessionClose (struct InstanceStruct *pInstance);