worked = WBInfo(lock, name, screen)
d0 a0 a1 a2
ULONG WBInfo(BPTR, STRPTR, struct Screen *);
This is the LVO that Workbench calls to bring up the Icon Information requester. External applications may also call this requester. In addition, if someone were to wish to replace this requester with another one, they could do so via a SetFunction.
Note that this LVO may be called many times by different tasks before other calls return. Thus, the code must be 100% re-entrant.