Record to store 48-bits pointer.
Source position: go32.pp line 59
type tseginfo = record |
||
offset: pointer; |
|
Offset in segment. |
segment: Word; |
|
Segment. |
end; |
This record is used to store a full 48-bit pointer. This may be either a protected mode selector:offset address or in real mode a segment:offset address, depending on application.
See also: Selectors and descriptors, dos memory access, Interrupt redirection