IAddressResolver.Resolve
(METH)
METHOD Resolve : BOOL
Tries to determine the address of a given variable. The return value is TRUE if the address could be determined.
- InOut:
Scope
Name
Type
Comment
Return
Resolve
BOOL
Input
psApplication
POINTER TO STRING
Points to a string containing the name of the application
pszVariable
POINTER TO STRING
Points to the name of the trace variable, that has to be resolved
pTraceVariableAddress
POINTER TO TraceVariableAddress
Points to a TraceVariableAddress variable, where the address definition of the variable will be stored.
pulSize
POINTER TO UDINT
Points to an UDINT variable, where the size of the variable will be be stored
pClass
POINTER TO TypeClass3
Type class of the variable. See enum IBase.TypeClass for the possible values.