KernLISData: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
Is the equivalent of what DosHelp_GetDOSVar returns for index DHGETDOSV_LOCINFOSEG. | Is the equivalent of what DosHelp_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 the 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 the a process. | ||
[[Category:KEE]] | [[Category:KEE]] |
Revision as of 17:11, 24 November 2023
Dereferences to the linear address pointing to the local info segment.
Is the equivalent of what DosHelp_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 the a process.