Suppose I want to pass a complex structure from one function to another, but I can't use pointers (or references).
How it can be done just using clipboard?