2.2.22 SharedObjectContents

The SharedObjectContents structure specifies the content of a SharedObject, which is an object that can be shared by reference and passed as an argument to multiple GDI+ function calls. The SharedObjectContents structure also specifies the content of a NonSharedObject, which is an object that can be passed only once as an argument to a GDI+ function. The content of the SharedObjectContents structure is one of the Font, Format, or Image structures.

 SharedObjectContents = Font / Format / Image