<132> Section 3.5.1: DCRPCPort is not supported in Windows NT Server and Windows 2000 Server.<133> Section 3.5.3: The named pipe LSASS is also known by the alias NETLOGON. The client can use this alias to establish an RPC over a named pipe connection. <134> Section 3.5.3: ...
[string] wchar_t * DnsDomainInfo; ULONG DnsDomainInfoType; ULONG Priority; ULONG Weight; ULONG Port; UCHAR Register; ULONG Status; } NL_DNS_NAME_INFO, *PNL_DNS_NAME_INFO; typedef struct _NL_DNS_NAME_INFO_ARRAY{ ULONG EntryCount; [size_is(EntryCount)] PNL_DNS_NAME_INFO DnsNamesInfo;...
[string] wchar_t * DnsDomainInfo; ULONG DnsDomainInfoType; ULONG Priority; ULONG Weight; ULONG Port; UCHAR Register; ULONG Status; } NL_DNS_NAME_INFO, *PNL_DNS_NAME_INFO; typedef struct _NL_DNS_NAME_INFO_ARRAY{ ULONG EntryCount; [size_is(EntryCount)] PNL_DNS_NAME_INFO DnsNamesInfo;...
For example, for RPC over TCP (RPC Protocol Sequence ncacn_ip_tcp), an endpoint might be TCP port 1025. For RPC over Server Message Block (RPC Protocol Sequence ncacn_np), an endpoint might be the name of a named pipe. For more information, see [C706]....