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.

47 lines
520 B

  1. /*++
  2. Copyright (c) 2000-2002 Microsoft Corporation
  3. Module Name:
  4. clientconnp.h
  5. Abstract:
  6. Contains the private definitions for the client connection structure.
  7. Author:
  8. Henry Sanders (henrysa) 10-Aug-2000
  9. Revision History:
  10. --*/
  11. #ifndef _CLIENTCONN_P_H_
  12. #define _CLIENTCONN_P_H_
  13. //
  14. // Forward references.
  15. //
  16. //
  17. // Private constants.
  18. //
  19. //
  20. // Private types.
  21. //
  22. //
  23. // Private prototypes.
  24. //
  25. #endif