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.

34 lines
898 B

  1. /****************************************************************************
  2. *
  3. * $Archive: S:/STURGEON/SRC/CALLCONT/VCS/h245man.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.13 $
  14. * $Date: Aug 27 1996 11:07:30 $
  15. * $Author: mandrews $
  16. *
  17. * Deliverable:
  18. *
  19. * Abstract:
  20. *
  21. *
  22. * Notes:
  23. *
  24. ***************************************************************************/
  25. HRESULT InitH245Manager();
  26. HRESULT DeInitH245Manager();
  27. HRESULT MakeH245PhysicalID( DWORD *pdwH245PhysicalID);
  28. HRESULT H245Callback( H245_CONF_IND_T *pH245ConfIndData,
  29. void *pMisc);