Customization plug-in defined item handle. This handle is used to identify the item in the data exchange between the generic server and the plug-in.
Syntax
Visual Basic (Declaration) | |
---|
Public AppHandle As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As CacheItemInfo
Dim value As Integer
value = instance.AppHandle
instance.AppHandle = value |
Managed Extensions for C++ | |
---|
public: int AppHandle |
C++/CLI | |
---|
public:
int AppHandle |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also