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.

69 lines
1.6 KiB

  1. This file is ntos\bowser\fsctl
  2. IOCTL_LMDR_START
  3. IOCTL_LMDR_STOP
  4. EmulatedDomainName is ignored.
  5. IOCTL_LMDR_ADD_NAME
  6. EmulatedDomainName is used. The specified name is only added on
  7. the specified domain.
  8. IOCTL_LMDR_DELETE_NAME
  9. EmulatedDomainName is used. The specified name is only deleted from
  10. the specified domain.
  11. IOCTL_LMDR_ENUMERATE_NAMES
  12. EmulatedDomainName is used. Only names from the specified domain
  13. are returned.
  14. IOCTL_LMDR_ENUMERATE_SERVERS
  15. Uses EmulatedDomainName.
  16. IOCTL_LMDR_BIND_TO_TRANSPORT
  17. IOCTL_LMDR_UNBIND_FROM_TRANSPORT
  18. Both of these use EmulatedDomainName
  19. IOCTL_LMDR_ENUMERATE_TRANSPORTS
  20. Ignores EmulatedDomainName.
  21. Returns the names of the transports bound for the primary domain.
  22. IOCTL_LMDR_GET_BROWSER_SERVER_LIST
  23. EmulatedDomainName is ignored. The passed in domain name
  24. is used as the emulated domain name unless that domain
  25. isn't emulated. In which case the primary domain is used.
  26. IOCTL_LMDR_GET_MASTER_NAME
  27. IOCTL_LMDR_BECOME_BACKUP
  28. IOCTL_LMDR_BECOME_MASTER
  29. IOCTL_LMDR_WAIT_FOR_MASTER_ANNOUNCE
  30. IOCTL_LMDR_WRITE_MAILSLOT
  31. IOCTL_LMDR_UPDATE_STATUS
  32. IOCTL_LMDR_CHANGE_ROLE
  33. IOCTL_LMDR_NEW_MASTER_NAME
  34. Each of the above uses EmulatedDomainName
  35. IOCTL_LMDR_QUERY_STATISTICS
  36. IOCTL_LMDR_RESET_STATISTICS
  37. IOCTL_LMDR_DEBUG_CALL
  38. IOCTL_LMDR_NETLOGON_MAILSLOT_READ
  39. IOCTL_LMDR_NETLOGON_MAILSLOT_ENABLE
  40. Each of the above ignore EmulatedDomainName
  41. IOCTL_LMDR_IP_ADDRESS_CHANGED
  42. IOCTL_LMDR_ENABLE_DISABLE_TRANSPORT
  43. Ignores Emulated domain. Change is applied to the specified transport name
  44. on all domains.