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.

36 lines
786 B

  1. #include "adminpch.h"
  2. #pragma hdrstop
  3. DWORD APIENTRY
  4. NPAddConnection3ForCSCAgent(
  5. HWND hwndOwner,
  6. LPNETRESOURCE lpNetResource,
  7. LPTSTR pszPassword,
  8. LPTSTR pszUserName,
  9. DWORD dwFlags,
  10. BOOL *lpfIsDfsConnect
  11. )
  12. {
  13. return ERROR_PROC_NOT_FOUND;
  14. }
  15. DWORD APIENTRY
  16. NPCancelConnectionForCSCAgent(
  17. LPCTSTR szName,
  18. BOOL fForce
  19. )
  20. {
  21. return ERROR_PROC_NOT_FOUND;
  22. }
  23. //
  24. // !! WARNING !! The entries below must be in alphabetical order, and are CASE SENSITIVE (eg lower case comes last!)
  25. //
  26. DEFINE_PROCNAME_ENTRIES(ntlanman)
  27. {
  28. DLPENTRY(NPAddConnection3ForCSCAgent)
  29. DLPENTRY(NPCancelConnectionForCSCAgent)
  30. };
  31. DEFINE_PROCNAME_MAP(ntlanman)