ILeafTreeNode.GetAddress3 (METH) ¶ METHOD GetAddress3 : POINTER TO BYTE InOut: Scope Name Type Return GetAddress3 POINTER TO BYTE Input pVariableInformation POINTER TO VariableInformationStruct
ILeafTreeNode.GetAttributeByIndex (METH) ¶ METHOD GetAttributeByIndex : POINTER TO STRING Gets the nth attribute by index, or 0 if the node has no attributes or the index is invalid. InOut: Scope Name Type Return GetAttributeByIndex POINTER TO STRING Input wIndex WORD
ILeafTreeNode.GetClientOffset (METH) ¶ METHOD GetClientOffset : DWORD Gets the client offset for nodes which represent a struct / FB member, or 16#FFFFFFFF for nodes which represent top level variables or namespaces. InOut: Scope Name Type Return GetClientOffset DWORD
ILeafTreeNode.GetAccessRights (METH) ¶ METHOD GetAccessRights : BYTE InOut: Scope Name Type Return GetAccessRights BYTE
ILeafTreeNode.GetAccessRights2 (METH) ¶ METHOD GetAccessRights2 : BYTE InOut: Scope Name Type Return GetAccessRights2 BYTE Input varInfo REFERENCE TO VariableInformation bGetUserRights BOOL
ILeafTreeNode.GetAddress (METH) ¶ METHOD GetAddress : POINTER TO BYTE InOut: Scope Name Type Return GetAddress POINTER TO BYTE
ILeafTreeNode (ITF) ¶ INTERFACE ILeafTreeNode EXTENDS __SYSTEM.IQueryInterface The ILeafTreeNode interface is not meant to be used by end users, it is considered internal to the symbol configuration and data server. If you want to access the symbol information, use the interfaces defined in the IIecVarAccess_Itfs instead. Properties: abstrNodeType Methods: ExecuteCall ExecuteCall2 Get GetAccessRights GetAccessRights2 GetAddress GetAddress3 GetAttributeByIndex GetClientOffset GetFlags GetNamespaceNodeFlags GetNumOfAttributes GetSize GetType IsNode NodeFound Set Swap2 Structure: ExecuteCall (Method) ExecuteCall2 (Method) Get (Method) GetAccessRights (Method) GetAccessRights2 (Method) GetAddress (Method) GetAddress3 (Method) GetAttributeByIndex (Method) GetClientOffset (Method) GetFlags (Method) GetNamespaceNodeFlags (Method) GetNumOfAttributes (Method) GetSize (Method) GetType (Method) IsNode (Method) NodeFound (Method) Set (Method) Swap2 (Method) abstrNodeType (Property)
IsInvalidMemoryAddress (FUN) ¶ FUNCTION IsInvalidMemoryAddress : BOOL InOut: Scope Name Type Return IsInvalidMemoryAddress BOOL Input pData POINTER TO BYTE xwSize __XWORD bWrite BOOL pResult POINTER TO RTS_IEC_RESULT
MemCpy (FUN) ¶ FUNCTION MemCpy : __XWORD InOut: Scope Name Type Return MemCpy __XWORD Input pbyDest POINTER TO BYTE pbySrc POINTER TO BYTE dwSize __XWORD
MemSet (FUN) ¶ FUNCTION MemSet : __XWORD InOut: Scope Name Type Return MemSet __XWORD Input pbyDest POINTER TO BYTE byValue BYTE dwSize __XWORD