Source position: mui.pas line 663
type tMUI_BoopsiQuery = record |
mbq_MethodID: LongWord; |
mbq_Screen: PScreen; |
mbq_Flags: LongWord; |
mbq_MinWidth: LongInt; |
mbq_MinHeight: LongInt; |
mbq_MaxWidth: LongInt; |
mbq_MaxHeight: LongInt; |
mbq_DefWidth: LongInt; |
mbq_DefHeight: LongInt; |
mbq_RenderInfo: pMUI_RenderInfo; |
end; |