From a93a636f814a642929df4281a19da5bbb1c935df Mon Sep 17 00:00:00 2001 From: Chris Denton Date: Sun, 17 Aug 2025 21:42:48 +0000 Subject: [PATCH] Remove outdated note on the Vista SDK Vista is out of support and newer SDKs do include ntdll.lib. --- .../content/ip2string/nf-ip2string-rtlipv4addresstostringa.md | 4 ---- .../ip2string/nf-ip2string-rtlipv4addresstostringexa.md | 4 +--- .../ip2string/nf-ip2string-rtlipv4addresstostringexw.md | 2 -- .../content/ip2string/nf-ip2string-rtlipv4addresstostringw.md | 4 ---- .../content/ip2string/nf-ip2string-rtlipv4stringtoaddressa.md | 4 ---- .../ip2string/nf-ip2string-rtlipv4stringtoaddressexa.md | 4 +--- .../ip2string/nf-ip2string-rtlipv4stringtoaddressexw.md | 2 -- .../content/ip2string/nf-ip2string-rtlipv4stringtoaddressw.md | 4 ---- .../content/ip2string/nf-ip2string-rtlipv6addresstostringa.md | 4 ---- .../ip2string/nf-ip2string-rtlipv6addresstostringexa.md | 2 -- .../ip2string/nf-ip2string-rtlipv6addresstostringexw.md | 2 -- .../content/ip2string/nf-ip2string-rtlipv6addresstostringw.md | 4 ---- .../content/ip2string/nf-ip2string-rtlipv6stringtoaddressa.md | 2 -- .../ip2string/nf-ip2string-rtlipv6stringtoaddressexa.md | 4 +--- .../ip2string/nf-ip2string-rtlipv6stringtoaddressexw.md | 2 -- .../content/ip2string/nf-ip2string-rtlipv6stringtoaddressw.md | 4 ---- 16 files changed, 3 insertions(+), 49 deletions(-) diff --git a/sdk-api-src/content/ip2string/nf-ip2string-rtlipv4addresstostringa.md b/sdk-api-src/content/ip2string/nf-ip2string-rtlipv4addresstostringa.md index 27b4b92ceba2..806759816caf 100644 --- a/sdk-api-src/content/ip2string/nf-ip2string-rtlipv4addresstostringa.md +++ b/sdk-api-src/content/ip2string/nf-ip2string-rtlipv4addresstostringa.md @@ -86,10 +86,6 @@ When both UNICODE and _UNICODE are not defined, RtlIpv4AddressToString is The IN_ADDR structure is defined in the Inaddr.h header file. -An import library containing the RtlIpv4AddressToString function is not included in the Microsoft Windows Software Development Kit (SDK) released for Windows Vista. The RtlIpv4AddressToString function is included in the Ntdll.lib import library included in the Windows Driver Kit (WDK). An application could also use the GetModuleHandle and GetProcAddress functions to retrieve the function pointer from the Ntdll.dll and call this function. - - - > [!NOTE] diff --git a/sdk-api-src/content/ip2string/nf-ip2string-rtlipv4addresstostringexa.md b/sdk-api-src/content/ip2string/nf-ip2string-rtlipv4addresstostringexa.md index fe6aa63affef..02e9c0233370 100644 --- a/sdk-api-src/content/ip2string/nf-ip2string-rtlipv4addresstostringexa.md +++ b/sdk-api-src/content/ip2string/nf-ip2string-rtlipv4addresstostringexa.md @@ -14,7 +14,7 @@ req.idl: req.include-header: Mstcpip.h req.irql: req.kmdf-ver: -req.lib: +req.lib: ntdll.lib req.max-support: req.namespace: req.redist: @@ -116,8 +116,6 @@ When both UNICODE and _UNICODE are not defined, RtlIpv4AddressToStringEx The IN_ADDR structure is defined in the Inaddr.h header file. -An import library containing the RtlIpv4AddressToStringEx function is not included in the Microsoft Windows Software Development Kit (SDK) released for Windows Vista. The RtlIpv4AddressToStringEx function is included in the Ntdll.lib import library included in the Windows Driver Kit (WDK). An application could also use the GetModuleHandle and GetProcAddress functions to retrieve the function pointer from the Ntdll.dll and call this function. - ## -see-also GetModuleHandle diff --git a/sdk-api-src/content/ip2string/nf-ip2string-rtlipv4addresstostringexw.md b/sdk-api-src/content/ip2string/nf-ip2string-rtlipv4addresstostringexw.md index 9dd859501de3..e57607b94414 100644 --- a/sdk-api-src/content/ip2string/nf-ip2string-rtlipv4addresstostringexw.md +++ b/sdk-api-src/content/ip2string/nf-ip2string-rtlipv4addresstostringexw.md @@ -129,8 +129,6 @@ When both UNICODE and _UNICODE are not defined, RtlIpv4AddressToStringEx The IN_ADDR structure is defined in the Inaddr.h header file. -An import library containing the RtlIpv4AddressToStringEx function is not included in the Microsoft Windows Software Development Kit (SDK) released for Windows Vista. The RtlIpv4AddressToStringEx function is included in the Ntdll.lib import library included in the Windows Driver Kit (WDK). An application could also use the GetModuleHandle and GetProcAddress functions to retrieve the function pointer from the Ntdll.dll and call this function. - ## -see-also GetModuleHandle diff --git a/sdk-api-src/content/ip2string/nf-ip2string-rtlipv4addresstostringw.md b/sdk-api-src/content/ip2string/nf-ip2string-rtlipv4addresstostringw.md index 0ee69f98fe9d..f2002b83ae8d 100644 --- a/sdk-api-src/content/ip2string/nf-ip2string-rtlipv4addresstostringw.md +++ b/sdk-api-src/content/ip2string/nf-ip2string-rtlipv4addresstostringw.md @@ -86,10 +86,6 @@ When both UNICODE and _UNICODE are not defined, RtlIpv4AddressToString is The IN_ADDR structure is defined in the Inaddr.h header file. -An import library containing the RtlIpv4AddressToString function is not included in the Microsoft Windows Software Development Kit (SDK) released for Windows Vista. The RtlIpv4AddressToString function is included in the Ntdll.lib import library included in the Windows Driver Kit (WDK). An application could also use the GetModuleHandle and GetProcAddress functions to retrieve the function pointer from the Ntdll.dll and call this function. - - - > [!NOTE] diff --git a/sdk-api-src/content/ip2string/nf-ip2string-rtlipv4stringtoaddressa.md b/sdk-api-src/content/ip2string/nf-ip2string-rtlipv4stringtoaddressa.md index f415fcb90c10..d89c3f9c010c 100644 --- a/sdk-api-src/content/ip2string/nf-ip2string-rtlipv4stringtoaddressa.md +++ b/sdk-api-src/content/ip2string/nf-ip2string-rtlipv4stringtoaddressa.md @@ -150,10 +150,6 @@ When both UNICODE and _UNICODE are not defined, RtlIpv4StringToAddress is The IN_ADDR structure is defined in the Inaddr.h header file. -An import library containing the RtlIpv4StringToAddress function is not included in the Microsoft Windows Software Development Kit (SDK) released for Windows Vista. The RtlIpv4StringToAddress function is included in the Ntdll.lib import library included in the Windows Driver Kit (WDK). An application could also use the GetModuleHandle and GetProcAddress functions to retrieve the function pointer from the Ntdll.dll and call this function. - - - > [!NOTE] diff --git a/sdk-api-src/content/ip2string/nf-ip2string-rtlipv4stringtoaddressexa.md b/sdk-api-src/content/ip2string/nf-ip2string-rtlipv4stringtoaddressexa.md index 9cda78182d71..a3c4d823b4e5 100644 --- a/sdk-api-src/content/ip2string/nf-ip2string-rtlipv4stringtoaddressexa.md +++ b/sdk-api-src/content/ip2string/nf-ip2string-rtlipv4stringtoaddressexa.md @@ -14,7 +14,7 @@ req.idl: req.include-header: Mstcpip.h req.irql: req.kmdf-ver: -req.lib: +req.lib: ntdll.lib req.max-support: req.namespace: req.redist: @@ -113,8 +113,6 @@ When both UNICODE and _UNICODE are not defined, RtlIpv4StringToAddressEx The IN_ADDR structure is defined in the Inaddr.h header file. -An import library containing the RtlIpv4StringToAddressEx function is not included in the Microsoft Windows Software Development Kit (SDK) released for Windows Vista. The RtlIpv4StringToAddressEx function is included in the Ntdll.lib import library included in the Windows Driver Kit (WDK). An application could also use the GetModuleHandle and GetProcAddress functions to retrieve the function pointer from the Ntdll.dll and call this function. - ## -see-also GetModuleHandle diff --git a/sdk-api-src/content/ip2string/nf-ip2string-rtlipv4stringtoaddressexw.md b/sdk-api-src/content/ip2string/nf-ip2string-rtlipv4stringtoaddressexw.md index 139cf5257199..126a5f287577 100644 --- a/sdk-api-src/content/ip2string/nf-ip2string-rtlipv4stringtoaddressexw.md +++ b/sdk-api-src/content/ip2string/nf-ip2string-rtlipv4stringtoaddressexw.md @@ -148,8 +148,6 @@ When both UNICODE and _UNICODE are not defined, RtlIpv4StringToAddressEx The IN_ADDR structure is defined in the Inaddr.h header file. -An import library containing the RtlIpv4StringToAddressEx function is not included in the Microsoft Windows Software Development Kit (SDK) released for Windows Vista. The RtlIpv4StringToAddressEx function is included in the Ntdll.lib import library included in the Windows Driver Kit (WDK). An application could also use the GetModuleHandle and GetProcAddress functions to retrieve the function pointer from the Ntdll.dll and call this function. - ## -see-also GetModuleHandle diff --git a/sdk-api-src/content/ip2string/nf-ip2string-rtlipv4stringtoaddressw.md b/sdk-api-src/content/ip2string/nf-ip2string-rtlipv4stringtoaddressw.md index 1abde39129d5..f59c0f6cd8f3 100644 --- a/sdk-api-src/content/ip2string/nf-ip2string-rtlipv4stringtoaddressw.md +++ b/sdk-api-src/content/ip2string/nf-ip2string-rtlipv4stringtoaddressw.md @@ -150,10 +150,6 @@ When both UNICODE and _UNICODE are not defined, RtlIpv4StringToAddress is The IN_ADDR structure is defined in the Inaddr.h header file. -An import library containing the RtlIpv4StringToAddress function is not included in the Microsoft Windows Software Development Kit (SDK) released for Windows Vista. The RtlIpv4StringToAddress function is included in the Ntdll.lib import library included in the Windows Driver Kit (WDK). An application could also use the GetModuleHandle and GetProcAddress functions to retrieve the function pointer from the Ntdll.dll and call this function. - - - > [!NOTE] diff --git a/sdk-api-src/content/ip2string/nf-ip2string-rtlipv6addresstostringa.md b/sdk-api-src/content/ip2string/nf-ip2string-rtlipv6addresstostringa.md index d22c38d05f18..aab145cfa9ef 100644 --- a/sdk-api-src/content/ip2string/nf-ip2string-rtlipv6addresstostringa.md +++ b/sdk-api-src/content/ip2string/nf-ip2string-rtlipv6addresstostringa.md @@ -92,10 +92,6 @@ When both UNICODE and _UNICODE are not defined, RtlIpv6AddressToString is The IN6_ADDR structure is defined in the In6addr.h header file. -An import library containing the RtlIpv6AddressToString function is not included in the Microsoft Windows Software Development Kit (SDK) released for Windows Vista. The RtlIpv6AddressToString function is included in the Ntdll.lib import library included in the Windows Driver Kit (WDK). An application could also use the GetModuleHandle and GetProcAddress functions to retrieve the function pointer from the Ntdll.dll and call this function. - - - > [!NOTE] diff --git a/sdk-api-src/content/ip2string/nf-ip2string-rtlipv6addresstostringexa.md b/sdk-api-src/content/ip2string/nf-ip2string-rtlipv6addresstostringexa.md index 7a58bf2ce4c0..99d739f730b8 100644 --- a/sdk-api-src/content/ip2string/nf-ip2string-rtlipv6addresstostringexa.md +++ b/sdk-api-src/content/ip2string/nf-ip2string-rtlipv6addresstostringexa.md @@ -123,8 +123,6 @@ When both UNICODE and _UNICODE are not defined, RtlIpv6AddressToStringEx The IN6_ADDR structure is defined in the In6addr.h header file. -An import library containing the RtlIpv6AddressToStringEx function is not included in the Microsoft Windows Software Development Kit (SDK) released for Windows Vista. The RtlIpv6AddressToStringEx function is included in the Ntdll.lib import library included in the Windows Driver Kit (WDK). An application could also use the GetModuleHandle and GetProcAddress functions to retrieve the function pointer from the Ntdll.dll and call this function. - ## -see-also GetModuleHandle diff --git a/sdk-api-src/content/ip2string/nf-ip2string-rtlipv6addresstostringexw.md b/sdk-api-src/content/ip2string/nf-ip2string-rtlipv6addresstostringexw.md index 583ee5c07948..a1a7d2031d39 100644 --- a/sdk-api-src/content/ip2string/nf-ip2string-rtlipv6addresstostringexw.md +++ b/sdk-api-src/content/ip2string/nf-ip2string-rtlipv6addresstostringexw.md @@ -141,8 +141,6 @@ When both UNICODE and _UNICODE are not defined, RtlIpv6AddressToStringEx The IN6_ADDR structure is defined in the In6addr.h header file. -An import library containing the RtlIpv6AddressToStringEx function is not included in the Microsoft Windows Software Development Kit (SDK) released for Windows Vista. The RtlIpv6AddressToStringEx function is included in the Ntdll.lib import library included in the Windows Driver Kit (WDK). An application could also use the GetModuleHandle and GetProcAddress functions to retrieve the function pointer from the Ntdll.dll and call this function. - ## -see-also GetModuleHandle diff --git a/sdk-api-src/content/ip2string/nf-ip2string-rtlipv6addresstostringw.md b/sdk-api-src/content/ip2string/nf-ip2string-rtlipv6addresstostringw.md index 577a2d8cdd70..41bb2bf0ca4f 100644 --- a/sdk-api-src/content/ip2string/nf-ip2string-rtlipv6addresstostringw.md +++ b/sdk-api-src/content/ip2string/nf-ip2string-rtlipv6addresstostringw.md @@ -92,10 +92,6 @@ When both UNICODE and _UNICODE are not defined, RtlIpv6AddressToString is The IN6_ADDR structure is defined in the In6addr.h header file. -An import library containing the RtlIpv6AddressToString function is not included in the Microsoft Windows Software Development Kit (SDK) released for Windows Vista. The RtlIpv6AddressToString function is included in the Ntdll.lib import library included in the Windows Driver Kit (WDK). An application could also use the GetModuleHandle and GetProcAddress functions to retrieve the function pointer from the Ntdll.dll and call this function. - - - > [!NOTE] diff --git a/sdk-api-src/content/ip2string/nf-ip2string-rtlipv6stringtoaddressa.md b/sdk-api-src/content/ip2string/nf-ip2string-rtlipv6stringtoaddressa.md index ddfafeabce04..1d4fe4e68338 100644 --- a/sdk-api-src/content/ip2string/nf-ip2string-rtlipv6stringtoaddressa.md +++ b/sdk-api-src/content/ip2string/nf-ip2string-rtlipv6stringtoaddressa.md @@ -137,8 +137,6 @@ When both UNICODE and _UNICODE are not defined, RtlIpv6StringToAddress is The IN6_ADDR structure is defined in the In6addr.h header file. -An import library containing the RtlIpv6StringToAddress function is not included in the Microsoft Windows Software Development Kit (SDK) released for Windows Vista. The RtlIpv6StringToAddress function is included in the Ntdll.lib import library included in the Windows Driver Kit (WDK). An application could also use the GetModuleHandle and GetProcAddress functions to retrieve the function pointer from the Ntdll.dll and call this function. - diff --git a/sdk-api-src/content/ip2string/nf-ip2string-rtlipv6stringtoaddressexa.md b/sdk-api-src/content/ip2string/nf-ip2string-rtlipv6stringtoaddressexa.md index 00f24b653d2e..6a2ed27048a3 100644 --- a/sdk-api-src/content/ip2string/nf-ip2string-rtlipv6stringtoaddressexa.md +++ b/sdk-api-src/content/ip2string/nf-ip2string-rtlipv6stringtoaddressexa.md @@ -14,7 +14,7 @@ req.idl: req.include-header: Mstcpip.h req.irql: req.kmdf-ver: -req.lib: +req.lib: ntdll.lib req.max-support: req.namespace: req.redist: @@ -115,8 +115,6 @@ When both UNICODE and _UNICODE are not defined, RtlIpv6StringToAddressEx The IN6_ADDR structure is defined in the In6addr.h header file. -An import library containing the RtlIpv6StringToAddressEx function is not included in the Microsoft Windows Software Development Kit (SDK) released for Windows Vista. The RtlIpv6StringToAddressEx function is included in the Ntdll.lib import library included in the Windows Driver Kit (WDK). An application could also use the GetModuleHandle and GetProcAddress functions to retrieve the function pointer from the Ntdll.dll and call this function. - ## -see-also GetModuleHandle diff --git a/sdk-api-src/content/ip2string/nf-ip2string-rtlipv6stringtoaddressexw.md b/sdk-api-src/content/ip2string/nf-ip2string-rtlipv6stringtoaddressexw.md index 6042a80b8209..40e75466bdd3 100644 --- a/sdk-api-src/content/ip2string/nf-ip2string-rtlipv6stringtoaddressexw.md +++ b/sdk-api-src/content/ip2string/nf-ip2string-rtlipv6stringtoaddressexw.md @@ -134,8 +134,6 @@ When both UNICODE and _UNICODE are not defined, RtlIpv6StringToAddressEx The IN6_ADDR structure is defined in the In6addr.h header file. -An import library containing the RtlIpv6StringToAddressEx function is not included in the Microsoft Windows Software Development Kit (SDK) released for Windows Vista. The RtlIpv6StringToAddressEx function is included in the Ntdll.lib import library included in the Windows Driver Kit (WDK). An application could also use the GetModuleHandle and GetProcAddress functions to retrieve the function pointer from the Ntdll.dll and call this function. - ## -see-also GetModuleHandle diff --git a/sdk-api-src/content/ip2string/nf-ip2string-rtlipv6stringtoaddressw.md b/sdk-api-src/content/ip2string/nf-ip2string-rtlipv6stringtoaddressw.md index d9d8045a65a0..0cb788fb6586 100644 --- a/sdk-api-src/content/ip2string/nf-ip2string-rtlipv6stringtoaddressw.md +++ b/sdk-api-src/content/ip2string/nf-ip2string-rtlipv6stringtoaddressw.md @@ -137,10 +137,6 @@ When both UNICODE and _UNICODE are not defined, RtlIpv6StringToAddress is The IN6_ADDR structure is defined in the In6addr.h header file. -An import library containing the RtlIpv6StringToAddress function is not included in the Microsoft Windows Software Development Kit (SDK) released for Windows Vista. The RtlIpv6StringToAddress function is included in the Ntdll.lib import library included in the Windows Driver Kit (WDK). An application could also use the GetModuleHandle and GetProcAddress functions to retrieve the function pointer from the Ntdll.dll and call this function. - - - > [!NOTE]