Jump to content

DosSMSysInit: Difference between revisions

From EDM2
Created page with "image:legacy.png ==Description== This is the offset to the DOSSMSYSINIT semaphore. I have no idea what code will need this. Probably synchronization between HARDERR and t..."
 
Ak120 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by 2 users 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:The OS/2 API Project]]
[[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