Platform SDK: Transaction Server |
[This product will work only on Windows NT 4.0 versions and earlier. For Windows 2000 and later, see COM+ (Component Services).]
Dim anotherObject As New ObjectThatCallsBack Dim safeMe As My.Class ' Get a safe reference. Set safeMe = SafeRef(Me) ' Invoke a method on another object, passing the ' safe reference so it can call back. If Not safeMe Is Nothing Then Call anotherObject.CallMeBack(safeMe) Set safeMe = Nothing