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.

42 lines
798 B

  1. /********************************************************************/
  2. /** Copyright(c) 1989 Microsoft Corporation. **/
  3. /********************************************************************/
  4. //***
  5. //
  6. // Filename:
  7. //
  8. // Description:
  9. //
  10. // History:
  11. // May 11,1992. NarenG Created original version.
  12. //
  13. #ifndef _CLIENT_
  14. #define _CLIENT_
  15. #include <nt.h>
  16. #include <ntrtl.h>
  17. #include <ntseapi.h>
  18. #include <ntlsa.h>
  19. #include <ntsam.h>
  20. #include <ntsamp.h>
  21. #include <nturtl.h> // needed for winbase.h
  22. #include <windows.h>
  23. #include <rpc.h>
  24. #include <string.h>
  25. #include <afpsvc.h>
  26. #include <afpcomn.h>
  27. #include <admin.h>
  28. #include <macfile.h>
  29. #include <rpcasync.h>
  30. DWORD
  31. AfpRPCBind(
  32. IN LPWSTR lpwsServerName,
  33. OUT PAFP_SERVER_HANDLE phAfpServer
  34. );
  35. #endif // _CLIENT_