Application handle of the item.
This handle is used between the generic server and the customization module to identify the items. The customization module should define the habndel so that it allows quick access to the data structures needed in handing the requests.
Syntax
Visual Basic (Declaration) | |
---|
Public Handle As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DeviceItemValue
Dim value As Integer
value = instance.Handle
instance.Handle = value |
Managed Extensions for C++ | |
---|
public: int Handle |
C++/CLI | |
---|
public:
int Handle |
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