Updated ToolboxObjectDeletedEvent structure to hold class and client handle.
Detail: Currently, there is no way of ascertaining the client handle that used to belong to a deleted object. Thus applications cannot rely on this event to close down any associated data structures referenced via the client handle. This event now provides the client handle and the class ID of the deleted object if (hdr.flags & ToolboxObjectDeleted_ExtendedInformation) is non-zero in the event header. Admin: Required by Toolbox-1_46 and later. Version 0.02. Tagged as 'Libs-0_02'
Showing
Please register or sign in to comment