Jump to content

DosSMSysInit: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[image:legacy.png]]
This is the offset to the DOSSMSYSINIT semaphore. I have no idea what code will need this. Probably synchronization between HARDERR and the session shell.


==Description==
==Syntax==
This is the offset to the DOSSMSYSINIT semaphore. I have no idea what code will need this. Probably synchronization between HARDERR and the session shell.
OFFSET DOSSMSYSINIT


==Syntax==
<PRE>
OFFSET DOSSMSYSINIT
</PRE>
==Parameters==
==Parameters==
;  
;  
Line 17: Line 13:


==Example Code==
==Example Code==
<PRE>
</PRE>


==Related Functions==
==Related Functions==
*


[[Category:Dos]]
[[Category:Dos]]

Latest revision as of 00:07, 8 June 2019

This is the offset to the DOSSMSYSINIT semaphore. I have no idea what code will need this. Probably synchronization between HARDERR and the session shell.

Syntax

OFFSET DOSSMSYSINIT

Parameters

Return Code

Remarks

Example Code

Related Functions