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.

44 lines
1.3 KiB

  1. /*++
  2. Copyright (c) 1991 Microsoft Corporation
  3. Module Name:
  4. atclient.h
  5. Abstract:
  6. Private header file for the client end of the schedule service
  7. modules.
  8. Author:
  9. Vladimir Z. Vulovic (vladimv) 06 - November - 1992
  10. Revision History:
  11. 06-Nov-1992 vladimv
  12. Created
  13. --*/
  14. #include <nt.h> // DbgPrint prototype
  15. #include <ntrtl.h> // DbgPrint
  16. #include <nturtl.h> // Needed by winbase.h
  17. #include <windef.h> // DWORD
  18. #include <winbase.h> // LocalFree
  19. #include <rpc.h> // DataTypes and runtime APIs
  20. #include <rpcutil.h> // GENERIC_ENUM_STRUCT
  21. #include <lmcons.h> // NET_API_STATUS
  22. #include <lmerr.h> // NetError codes
  23. #include <lmremutl.h> // SUPPORTS_RPC
  24. #include <netlibnt.h> // NetpNtStatusToApiStatus
  25. #include <netdebug.h> // NetpDbgPrint
  26. #include <atsvc.h> // generated by the MIDL complier
  27. #include <atnames.h> // Service and interface names
  28.