API Legacy Functions Replacements: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
|- | |- | ||
|[[DosBufReset]]|| Dos16 || [[DosResetBuffer]] ||This function was renamed on OS/2 2.0 || [https://books.google.com.ec/books?id=u7WbsmbttwYC&pg=PT370&dq=DosAllocMem+OS/2+PC+Magazine&hl=en&sa=X&ved=2ahUKEwj1iPmG_tKCAxWZmWoFHVRfDN8Q6AF6BAgJEAI#v=onepage&q=DosAllocMem%20OS%2F2%20PC%20Magazine&f=false] | |[[DosBufReset]]|| Dos16 || [[DosResetBuffer]] ||This function was renamed on OS/2 2.0 || [https://books.google.com.ec/books?id=u7WbsmbttwYC&pg=PT370&dq=DosAllocMem+OS/2+PC+Magazine&hl=en&sa=X&ved=2ahUKEwj1iPmG_tKCAxWZmWoFHVRfDN8Q6AF6BAgJEAI#v=onepage&q=DosAllocMem%20OS%2F2%20PC%20Magazine&f=false] | ||
|- | |||
|[[DosSemSet]] | |||
|- | |- | ||
|[[DosSemWait]] | |[[DosSemWait]] |
Revision as of 18:35, 20 November 2023
16Bit Function | API | 32Bit Replacement Function | Description | References |
---|---|---|---|---|
DosBufReset | Dos16 | DosResetBuffer | This function was renamed on OS/2 2.0 | [1] |
DosSemSet | ||||
DosSemWait | ||||
DosSemClear | ||||
WinAllocMem | Dos16 | DosAllocMem | Seems it was replaced on OS/2 2.0 | [2] |
WinInitialize |