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.

22 lines
423 B

  1. LIBRARY RASAPI16
  2. EXETYPE WINDOWS
  3. DESCRIPTION 'Remote Access Service API WOW thunks'
  4. CODE PRELOAD MOVEABLE DISCARDABLE
  5. DATA PRELOAD MOVEABLE
  6. IMPORTS
  7. kernel.LoadLibraryEx32W
  8. kernel.FreeLibrary32W
  9. kernel.GetProcAddress32W
  10. kernel.CallProc32W
  11. EXPORTS
  12. WEP @1 RESIDENTNAME
  13. LibMain
  14. RasDial
  15. RasEnumConnections
  16. RasEnumEntries
  17. RasGetConnectStatus
  18. RasGetErrorString
  19. RasHangUp