Skip to content

Commit d3011e3

Browse files
authored
Merge pull request #2073 from ChrisDenton/vista
Remove outdated note on the Vista SDK
2 parents 26a982d + a93a636 commit d3011e3

16 files changed

+3
-49
lines changed

sdk-api-src/content/ip2string/nf-ip2string-rtlipv4addresstostringa.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,6 @@ When both UNICODE and _UNICODE are not defined, <b>RtlIpv4AddressToString</b> is
8686

8787
The <b>IN_ADDR</b> structure is defined in the <i>Inaddr.h</i> header file.
8888

89-
An import library containing the <b>RtlIpv4AddressToString</b> function is not included in the Microsoft Windows Software Development Kit (SDK) released for Windows Vista. The <b>RtlIpv4AddressToString</b> function is included in the <i>Ntdll.lib</i> import library included in the Windows Driver Kit (WDK). An application could also use the <a href="/windows/desktop/api/libloaderapi/nf-libloaderapi-getmodulehandlea">GetModuleHandle</a> and <a href="/windows/desktop/api/libloaderapi/nf-libloaderapi-getprocaddress">GetProcAddress</a> functions to retrieve the function pointer from the <i>Ntdll.dll</i> and call this function.
90-
91-
92-
9389

9490

9591
> [!NOTE]

sdk-api-src/content/ip2string/nf-ip2string-rtlipv4addresstostringexa.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ req.idl:
1414
req.include-header: Mstcpip.h
1515
req.irql:
1616
req.kmdf-ver:
17-
req.lib:
17+
req.lib: ntdll.lib
1818
req.max-support:
1919
req.namespace:
2020
req.redist:
@@ -116,8 +116,6 @@ When both UNICODE and _UNICODE are not defined, <b>RtlIpv4AddressToStringEx</b>
116116

117117
The <b>IN_ADDR</b> structure is defined in the <i>Inaddr.h</i> header file.
118118

119-
An import library containing the <b>RtlIpv4AddressToStringEx</b> function is not included in the Microsoft Windows Software Development Kit (SDK) released for Windows Vista. The <b>RtlIpv4AddressToStringEx</b> function is included in the <i>Ntdll.lib</i> import library included in the Windows Driver Kit (WDK). An application could also use the <a href="/windows/desktop/api/libloaderapi/nf-libloaderapi-getmodulehandlea">GetModuleHandle</a> and <a href="/windows/desktop/api/libloaderapi/nf-libloaderapi-getprocaddress">GetProcAddress</a> functions to retrieve the function pointer from the <i>Ntdll.dll</i> and call this function.
120-
121119
## -see-also
122120

123121
<a href="/windows/desktop/api/libloaderapi/nf-libloaderapi-getmodulehandlea">GetModuleHandle</a>

sdk-api-src/content/ip2string/nf-ip2string-rtlipv4addresstostringexw.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@ When both UNICODE and _UNICODE are not defined, <b>RtlIpv4AddressToStringEx</b>
129129

130130
The <b>IN_ADDR</b> structure is defined in the <i>Inaddr.h</i> header file.
131131

132-
An import library containing the <b>RtlIpv4AddressToStringEx</b> function is not included in the Microsoft Windows Software Development Kit (SDK) released for Windows Vista. The <b>RtlIpv4AddressToStringEx</b> function is included in the <i>Ntdll.lib</i> import library included in the Windows Driver Kit (WDK). An application could also use the <a href="/windows/desktop/api/libloaderapi/nf-libloaderapi-getmodulehandlea">GetModuleHandle</a> and <a href="/windows/desktop/api/libloaderapi/nf-libloaderapi-getprocaddress">GetProcAddress</a> functions to retrieve the function pointer from the <i>Ntdll.dll</i> and call this function.
133-
134132
## -see-also
135133

136134
<a href="/windows/desktop/api/libloaderapi/nf-libloaderapi-getmodulehandlea">GetModuleHandle</a>

sdk-api-src/content/ip2string/nf-ip2string-rtlipv4addresstostringw.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,6 @@ When both UNICODE and _UNICODE are not defined, <b>RtlIpv4AddressToString</b> is
8686

8787
The <b>IN_ADDR</b> structure is defined in the <i>Inaddr.h</i> header file.
8888

89-
An import library containing the <b>RtlIpv4AddressToString</b> function is not included in the Microsoft Windows Software Development Kit (SDK) released for Windows Vista. The <b>RtlIpv4AddressToString</b> function is included in the <i>Ntdll.lib</i> import library included in the Windows Driver Kit (WDK). An application could also use the <a href="/windows/desktop/api/libloaderapi/nf-libloaderapi-getmodulehandlea">GetModuleHandle</a> and <a href="/windows/desktop/api/libloaderapi/nf-libloaderapi-getprocaddress">GetProcAddress</a> functions to retrieve the function pointer from the <i>Ntdll.dll</i> and call this function.
90-
91-
92-
9389

9490

9591
> [!NOTE]

sdk-api-src/content/ip2string/nf-ip2string-rtlipv4stringtoaddressa.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,6 @@ When both UNICODE and _UNICODE are not defined, <b>RtlIpv4StringToAddress</b> is
150150

151151
The <a href="/windows/desktop/api/winsock2/ns-winsock2-in_addr">IN_ADDR</a> structure is defined in the <i>Inaddr.h</i> header file.
152152

153-
An import library containing the <b>RtlIpv4StringToAddress</b> function is not included in the Microsoft Windows Software Development Kit (SDK) released for Windows Vista. The <b>RtlIpv4StringToAddress</b> function is included in the <i>Ntdll.lib</i> import library included in the Windows Driver Kit (WDK). An application could also use the <a href="/windows/desktop/api/libloaderapi/nf-libloaderapi-getmodulehandlea">GetModuleHandle</a> and <a href="/windows/desktop/api/libloaderapi/nf-libloaderapi-getprocaddress">GetProcAddress</a> functions to retrieve the function pointer from the <i>Ntdll.dll</i> and call this function.
154-
155-
156-
157153

158154

159155
> [!NOTE]

sdk-api-src/content/ip2string/nf-ip2string-rtlipv4stringtoaddressexa.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ req.idl:
1414
req.include-header: Mstcpip.h
1515
req.irql:
1616
req.kmdf-ver:
17-
req.lib:
17+
req.lib: ntdll.lib
1818
req.max-support:
1919
req.namespace:
2020
req.redist:
@@ -113,8 +113,6 @@ When both UNICODE and _UNICODE are not defined, <b>RtlIpv4StringToAddressEx</b>
113113

114114
The <a href="/windows/desktop/api/winsock2/ns-winsock2-in_addr">IN_ADDR</a> structure is defined in the <i>Inaddr.h</i> header file.
115115

116-
An import library containing the <b>RtlIpv4StringToAddressEx</b> function is not included in the Microsoft Windows Software Development Kit (SDK) released for Windows Vista. The <b>RtlIpv4StringToAddressEx</b> function is included in the <i>Ntdll.lib</i> import library included in the Windows Driver Kit (WDK). An application could also use the <a href="/windows/desktop/api/libloaderapi/nf-libloaderapi-getmodulehandlea">GetModuleHandle</a> and <a href="/windows/desktop/api/libloaderapi/nf-libloaderapi-getprocaddress">GetProcAddress</a> functions to retrieve the function pointer from the <i>Ntdll.dll</i> and call this function.
117-
118116
## -see-also
119117

120118
<a href="/windows/desktop/api/libloaderapi/nf-libloaderapi-getmodulehandlea">GetModuleHandle</a>

sdk-api-src/content/ip2string/nf-ip2string-rtlipv4stringtoaddressexw.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,6 @@ When both UNICODE and _UNICODE are not defined, <b>RtlIpv4StringToAddressEx</b>
148148

149149
The <a href="/windows/desktop/api/winsock2/ns-winsock2-in_addr">IN_ADDR</a> structure is defined in the <i>Inaddr.h</i> header file.
150150

151-
An import library containing the <b>RtlIpv4StringToAddressEx</b> function is not included in the Microsoft Windows Software Development Kit (SDK) released for Windows Vista. The <b>RtlIpv4StringToAddressEx</b> function is included in the <i>Ntdll.lib</i> import library included in the Windows Driver Kit (WDK). An application could also use the <a href="/windows/desktop/api/libloaderapi/nf-libloaderapi-getmodulehandlea">GetModuleHandle</a> and <a href="/windows/desktop/api/libloaderapi/nf-libloaderapi-getprocaddress">GetProcAddress</a> functions to retrieve the function pointer from the <i>Ntdll.dll</i> and call this function.
152-
153151
## -see-also
154152

155153
<a href="/windows/desktop/api/libloaderapi/nf-libloaderapi-getmodulehandlea">GetModuleHandle</a>

sdk-api-src/content/ip2string/nf-ip2string-rtlipv4stringtoaddressw.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,6 @@ When both UNICODE and _UNICODE are not defined, <b>RtlIpv4StringToAddress</b> is
150150

151151
The <a href="/windows/desktop/api/winsock2/ns-winsock2-in_addr">IN_ADDR</a> structure is defined in the <i>Inaddr.h</i> header file.
152152

153-
An import library containing the <b>RtlIpv4StringToAddress</b> function is not included in the Microsoft Windows Software Development Kit (SDK) released for Windows Vista. The <b>RtlIpv4StringToAddress</b> function is included in the <i>Ntdll.lib</i> import library included in the Windows Driver Kit (WDK). An application could also use the <a href="/windows/desktop/api/libloaderapi/nf-libloaderapi-getmodulehandlea">GetModuleHandle</a> and <a href="/windows/desktop/api/libloaderapi/nf-libloaderapi-getprocaddress">GetProcAddress</a> functions to retrieve the function pointer from the <i>Ntdll.dll</i> and call this function.
154-
155-
156-
157153

158154

159155
> [!NOTE]

sdk-api-src/content/ip2string/nf-ip2string-rtlipv6addresstostringa.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,6 @@ When both UNICODE and _UNICODE are not defined, <b>RtlIpv6AddressToString</b> is
9292

9393
The <b>IN6_ADDR</b> structure is defined in the <i>In6addr.h</i> header file.
9494

95-
An import library containing the <b>RtlIpv6AddressToString</b> function is not included in the Microsoft Windows Software Development Kit (SDK) released for Windows Vista. The <b>RtlIpv6AddressToString</b> function is included in the <i>Ntdll.lib</i> import library included in the Windows Driver Kit (WDK). An application could also use the <a href="/windows/desktop/api/libloaderapi/nf-libloaderapi-getmodulehandlea">GetModuleHandle</a> and <a href="/windows/desktop/api/libloaderapi/nf-libloaderapi-getprocaddress">GetProcAddress</a> functions to retrieve the function pointer from the <i>Ntdll.dll</i> and call this function.
96-
97-
98-
9995

10096

10197
> [!NOTE]

sdk-api-src/content/ip2string/nf-ip2string-rtlipv6addresstostringexa.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,6 @@ When both UNICODE and _UNICODE are not defined, <b>RtlIpv6AddressToStringEx</b>
123123

124124
The <b>IN6_ADDR</b> structure is defined in the <i>In6addr.h</i> header file.
125125

126-
An import library containing the <b>RtlIpv6AddressToStringEx</b> function is not included in the Microsoft Windows Software Development Kit (SDK) released for Windows Vista. The <b>RtlIpv6AddressToStringEx</b> function is included in the <i>Ntdll.lib</i> import library included in the Windows Driver Kit (WDK). An application could also use the <a href="/windows/desktop/api/libloaderapi/nf-libloaderapi-getmodulehandlea">GetModuleHandle</a> and <a href="/windows/desktop/api/libloaderapi/nf-libloaderapi-getprocaddress">GetProcAddress</a> functions to retrieve the function pointer from the <i>Ntdll.dll</i> and call this function.
127-
128126
## -see-also
129127

130128
<a href="/windows/desktop/api/libloaderapi/nf-libloaderapi-getmodulehandlea">GetModuleHandle</a>

0 commit comments

Comments
 (0)