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.

48 lines
1.6 KiB

  1. /*==========================================================================
  2. *
  3. * Copyright (C) 1995 Microsoft Corporation. All Rights Reserved.
  4. *
  5. * File: Protocol.h
  6. * Content: Direct Net Protocol interface header file
  7. *@@BEGIN_MSINTERNAL
  8. * History:
  9. * Date By Reason
  10. * ==== == ======
  11. * 03/01/00 mjn Created
  12. *@@END_MSINTERNAL
  13. *
  14. ***************************************************************************/
  15. #ifndef __PROTOCOL_H__
  16. #define __PROTOCOL_H__
  17. #ifndef DPNBUILD_NOPROTOCOLTESTITF
  18. //**********************************************************************
  19. // Constant definitions
  20. //**********************************************************************
  21. //**********************************************************************
  22. // Macro definitions
  23. //**********************************************************************
  24. //**********************************************************************
  25. // Structure definitions
  26. //**********************************************************************
  27. //**********************************************************************
  28. // Variable definitions
  29. //**********************************************************************
  30. //
  31. // VTable for peer interface
  32. //
  33. extern IDirectPlay8ProtocolVtbl DN_ProtocolVtbl;
  34. //**********************************************************************
  35. // Function prototypes
  36. //**********************************************************************
  37. #endif // !DPNBUILD_NOPROTOCOLTESTITF
  38. #endif // __PROTOCOL_H__