Source code of Windows XP (NT5)
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
1.7 KiB

  1. /*==========================================================================
  2. *
  3. * Copyright (C) 2000 Microsoft Corporation. All Rights Reserved.
  4. *
  5. * File: addbase.h
  6. * Content: DirectPlay8Address Internal interface header file
  7. *@@BEGIN_MSINTERNAL
  8. * History:
  9. * Date By Reason
  10. * ==== == ======
  11. * 02/04/2000 rmt Created
  12. * 03/21/2000 rmt Renamed all DirectPlayAddress8's to DirectPlay8Addresses
  13. *@@END_MSINTERNAL
  14. *
  15. ***************************************************************************/
  16. #ifndef __ADDINT_H__
  17. #define __ADDINT_H__
  18. //**********************************************************************
  19. // Constant definitions
  20. //**********************************************************************
  21. //**********************************************************************
  22. // Macro definitions
  23. //**********************************************************************
  24. //**********************************************************************
  25. // Structure definitions
  26. //**********************************************************************
  27. //**********************************************************************
  28. // Variable definitions
  29. //**********************************************************************
  30. //
  31. // VTable for client interface
  32. //
  33. extern IDirectPlay8AddressInternalVtbl DP8A_InternalVtbl;
  34. //**********************************************************************
  35. // Function prototypes
  36. //**********************************************************************
  37. //
  38. // DirectPlay8AddressTCP
  39. //
  40. STDMETHODIMP DP8AINT_Lock( IDirectPlay8AddressInternal *pInterface );
  41. STDMETHODIMP DP8AINT_UnLock( IDirectPlay8AddressInternal *pInterface );
  42. #endif