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
ResolveBOOLInput
psApplicationPOINTER TO STRING
Points to a string containing the name of the application
pszVariablePOINTER TO STRING
Points to the name of the trace variable, that has to be resolved
pTraceVariableAddressPOINTER TO TraceVariableAddress
Points to a TraceVariableAddress variable, where the address definition of the variable will be stored.
pulSizePOINTER TO UDINT
Points to an UDINT variable, where the size of the variable will be be stored
pClassPOINTER TO TypeClass3
Type class of the variable. See enum IBase.TypeClass for the possible values.