Function 48, subfunction 7 - get skin margins.
Returns the area of a header of a skinned window, intended for
a text of a header.
Parameters:
- eax = 48 - function number
- ebx = 7 - subfunction number
Returned value:
- eax = [left]*65536 + [right]
- ebx = [top]*65536 + [bottom]
Remarks:
- An application decides itself to use or not to use this function.
- It is recommended to take into account returned value
of this function for choice of a place for drawing header text
(by function 4) or a substitute of header text
(at the discretion of an application).