[Serializable] public enum UI_Ownership { Transfer = 0, // IUIImage now owns HBITMAP. Copy = 1, // IUIImage creates a copy of HBITMAP. Caller still owns HBITMAP. }
None.