DOC: GetSystemWindowsDirectory() Is Not Supported in Windows NT 4.0 Terminal Server Edition (281316)
The information in this article applies to:
- Microsoft Win32 Application Programming Interface (API), when used with:
- the operating system: Microsoft Windows NT 4.0
This article was previously published under Q281316 SUMMARY
Some earlier versions of the Platform SDK documentation for the GetSystemWindowsDirectory() API contains an error indicating that the function is supported in Microsoft Windows NT 4.0 Terminal Server Edition for Service Pack 4 and later. This is not accurate. The GetSystemWindowsDirectory() API is only supported in Microsoft Windows 2000. An attempt to call the ANSI version of this function in Windows NT 4.0 will result in the following error:
Entry Point Not Found
The procedure entry point GetSystemWindowsDirectoryA could not be located in the dynamic link library KERNEL32.dll.
Unicode-based applications will get a similar message for GetSystemWindowsDirectoryW.
Modification Type: | Major | Last Reviewed: | 11/3/2003 |
---|
Keywords: | kbAPI kbBug kbdocerr kbKernBase kbnofix KB281316 |
---|
|