






18 Common Programming Traps in MTS
icrosoft Transaction Server (MTS) is certainly not new, but there are still a lot of common design and programming errors being made. In this article I will show you 18
icrosoft Transaction Server (MTS) is certainly not new, but there are still a lot of common design and programming errors being made. In this article I will show you 18
You can use the GetVersion or GetVersionEx API functions to determine which Windows version the application is running on. However, there is a much simpler solution, based on the fact
While you can use many different API function to get user and domain information, if you’re running under Windows NT or 2000 Server there is a shortest path, based on
The usual way to determine the Windows’ main directory is based on the GetTempPath API function, which requires that you set up a buffer for the result, and then extract
The Windows API includes all the functions you need to retrieve and display information about the CPU the machine is equipped with. However, if you’re running under Windows NT or
The usual way to determine the Windows’ main directory is based on the GetWindowsDirectory API function, which requires that you set up a buffer for the result, and then extract