var fDesc=new Array(); fDesc[0] = "The Citrix Endpoint Analysis Software Development Kit (Endpoint Analysis SDK) for Advanced Access Control is an add-in for Microsoft Visual Studio .NET 2005 that provides instructions for developing and testing C++ and VBScript endpoint analysis scan packages.

Main features:

- Endpoint Analysis SDK, an add-in for Microsoft Visual Studio .NET 2005 that you use to write and modify .NET and script endpoint analysis scan packages.
- Endpoint Analysis SDK Online Help, which contains online instructions for using the Endpoint Analysis SDK.
- API Quick Reference, which contains information about objects and interfaces associated with this SDK.
- A set of sample scan packages that illustrate how the SDK might be used to create packages that check for certain client features. These can be found in the Samples folder of your install directory.
- Support for the Windows Vista operating system. In order to successfully run the scan packages created and configured for the Endpoint Analysis Plugin, Hotfix AAC450W003 or Hotfix AAC450W004 must be installed."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }