From af23c8b352f6083cc1e97c9e92bd1edf7206dfd0 Mon Sep 17 00:00:00 2001 From: Cole Tobin Date: Fri, 15 May 2026 11:42:47 -0400 Subject: [PATCH] Update nf-winbase-getcomputernamew.md Fix link to GetComputerNameEx from A to W --- sdk-api-src/content/winbase/nf-winbase-getcomputernamew.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk-api-src/content/winbase/nf-winbase-getcomputernamew.md b/sdk-api-src/content/winbase/nf-winbase-getcomputernamew.md index 9cab51996cd..a51c609137e 100644 --- a/sdk-api-src/content/winbase/nf-winbase-getcomputernamew.md +++ b/sdk-api-src/content/winbase/nf-winbase-getcomputernamew.md @@ -64,7 +64,7 @@ api_name: Retrieves the NetBIOS name of the local computer. This name is established at system startup, when the system reads it from the registry. GetComputerName retrieves only the NetBIOS name of the local computer. To retrieve the DNS host name, DNS domain name, or the fully qualified DNS name, call the -GetComputerNameEx function. Additional information is provided by the +GetComputerNameEx function. Additional information is provided by the IADsADSystemInfo interface. The behavior of this function can be affected if the local computer is a node in a cluster. For more information, see ResUtilGetEnvironmentWithNetName and UseNetworkName.