|
Detecting Windows NT Server 4.0, Terminal Server Edition
|
bet | 27/49 | Sana | 29.03.2021 | Hajmi | 197,5 Kb. | | #13691 |
Detecting Windows NT Server 4.0, Terminal Server Edition
Checking to see if your application is running in a Terminal Server 4.0 environment is possible using the product suite concept that was added to Windows NT 4.0 Service Pack 3. Appendix A contains an example function called ValidateProductSuite that can be used on Terminal Server 4.0 machines to determine if a particular product suite has been installed. Using the example function, a Terminal Server 4.0 system can be detected with the following code:
BOOL fIsTerminalServer40;
fIsTerminalServer40 = ValidateProductSuite(“Terminal Server”);
|
| |