Jump to content

KernLISData: Difference between revisions

From EDM2
Erdmann (talk | contribs)
No edit summary
No edit summary
 
Line 1: Line 1:
Dereferences to the linear address pointing to the local info segment.
Dereferences to the linear address pointing to the local info segment.


Is the equivalent of what DosHelp_GetDOSVar returns for index DHGETDOSV_LOCINFOSEG.
Is the equivalent of what [[DevHelp_GetDOSVar]] returns for index DHGETDOSV_LOCINFOSEG.


KernLISData is a global variable in the OS/2 operating system that is a pointer to the Local Info Segment. The LIS is a data structure that contains information local to a process.
KernLISData is a global variable in the OS/2 operating system that is a pointer to the Local Info Segment. The LIS is a data structure that contains information local to a process.
[[Category:KEE]]
[[Category:KEE]]

Latest revision as of 03:28, 28 May 2025

Dereferences to the linear address pointing to the local info segment.

Is the equivalent of what DevHelp_GetDOSVar returns for index DHGETDOSV_LOCINFOSEG.

KernLISData is a global variable in the OS/2 operating system that is a pointer to the Local Info Segment. The LIS is a data structure that contains information local to a process.