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.