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.

25 lines
519 B

  1. #include "netpch.h"
  2. #pragma hdrstop
  3. #include <wsasetup.h>
  4. static
  5. DWORD
  6. MigrateWinsockConfiguration(
  7. LPWSA_SETUP_DISPOSITION Disposition,
  8. LPFN_WSA_SETUP_CALLBACK Callback OPTIONAL,
  9. DWORD Context OPTIONAL
  10. )
  11. {
  12. return ERROR_PROC_NOT_FOUND;
  13. }
  14. //
  15. // !! WARNING !! The entries below must be in alphabetical order, and are CASE SENSITIVE (eg lower case comes last!)
  16. //
  17. DEFINE_PROCNAME_ENTRIES(mswsock)
  18. {
  19. DLPENTRY(MigrateWinsockConfiguration)
  20. };
  21. DEFINE_PROCNAME_MAP(mswsock)