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.

39 lines
726 B

  1. #include "shellpch.h"
  2. #pragma hdrstop
  3. #undef STDAPI_
  4. #define STDAPI_(type) type STDAPICALLTYPE
  5. static
  6. STDAPI_(DWORD)
  7. NetPlacesWizardDoModal(
  8. LPCONNECTDLGSTRUCTW lpConnDlgStruct,
  9. DWORD npwt,
  10. BOOL fIsROPath
  11. )
  12. {
  13. return ERROR_PROC_NOT_FOUND;
  14. }
  15. static
  16. STDAPI_(DWORD)
  17. SHDisconnectNetDrives(
  18. HWND hwndParent
  19. )
  20. {
  21. return ERROR_PROC_NOT_FOUND;
  22. }
  23. //
  24. // !! WARNING !! The entries below must be in alphabetical order
  25. // and are CASE SENSITIVE (i.e., lower case comes last!)
  26. //
  27. DEFINE_PROCNAME_ENTRIES(netplwiz)
  28. {
  29. DLPENTRY(NetPlacesWizardDoModal)
  30. DLPENTRY(SHDisconnectNetDrives)
  31. };
  32. DEFINE_PROCNAME_MAP(netplwiz)