summaryrefslogtreecommitdiffstats
path: root/private/ntos/bowser/fsctl
blob: 5fdec6511f13443975db7abeda00245a237e6a30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
This file is ntos\bowser\fsctl

IOCTL_LMDR_START
IOCTL_LMDR_STOP

        EmulatedDomainName is ignored.

IOCTL_LMDR_ADD_NAME

        EmulatedDomainName is used.  The specified name is only added on
        the specified domain.


IOCTL_LMDR_DELETE_NAME

        EmulatedDomainName is used.  The specified name is only deleted from
        the specified domain.


IOCTL_LMDR_ENUMERATE_NAMES

        EmulatedDomainName is used.  Only names from the specified domain
        are returned.


IOCTL_LMDR_ENUMERATE_SERVERS

        Uses EmulatedDomainName.

IOCTL_LMDR_BIND_TO_TRANSPORT
IOCTL_LMDR_UNBIND_FROM_TRANSPORT

        Both of these use EmulatedDomainName

IOCTL_LMDR_ENUMERATE_TRANSPORTS

        Ignores EmulatedDomainName. Uses primary domain name by
        default and returns the names of the transports.

IOCTL_LMDR_GET_BROWSER_SERVER_LIST

        EmulatedDomainName is ignored.  The passed in domain name
        is used as the emulated domain name unless that domain
        isn't emulated.  In which case the primary domain is used.

IOCTL_LMDR_GET_MASTER_NAME
IOCTL_LMDR_BECOME_BACKUP
IOCTL_LMDR_BECOME_MASTER
IOCTL_LMDR_WAIT_FOR_MASTER_ANNOUNCE
IOCTL_LMDR_WRITE_MAILSLOT
IOCTL_LMDR_UPDATE_STATUS
IOCTL_LMDR_CHANGE_ROLE
IOCTL_LMDR_NEW_MASTER_NAME

        Each of the above uses EmulatedDomainName

IOCTL_LMDR_QUERY_STATISTICS
IOCTL_LMDR_RESET_STATISTICS
IOCTL_LMDR_DEBUG_CALL
IOCTL_LMDR_NETLOGON_MAILSLOT_READ
IOCTL_LMDR_NETLOGON_MAILSLOT_ENABLE

        Each of the above ignore EmulatedDomainName

IOCTL_LMDR_IP_ADDRESS_CHANGED

        Ignores Emulated domain.  Change is applied to the specified transport name
        on all domains.

IOCTL_LMDR_ENABLE_DISABLE_TRANSPORT

        Uses EmulatedDomainName.