The current bits available to be set are: OPC_BROWSE_HASCHILDREN = 0x01 OPC_BROWSE_ISITEM = 0x02 If the first bit is set (OPC_BROWSE_HASCHILDREN), then this indicates that the returned element has children and can be used for a subsequent browse. If it is too time consuming for a server to determine if an element has children, then this value should be set TRUE so that the the client is given the opportunity to attempt to browse for potential children. If the second bit is set (OPC_BROWSE_ISITEM) then the element is an item that can be used to Read, Write, and Subscribe. If the second bit is set and szItemID is a NULL string, then this element is a “hint” versus being a valid item.
Syntax
Visual Basic (Declaration) | |
---|
Public Flags As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As BrowseNodeInfo
Dim value As Integer
value = instance.Flags
instance.Flags = value |
Managed Extensions for C++ | |
---|
public: int Flags |
C++/CLI | |
---|
public:
int Flags |
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