QUECALLS.DLL: Difference between revisions
Appearance
Created page with "{| border="1" |- |1 |DosReadQueue |2 |DosPurgeQueue |- |3 |DosCloseQueue |4 |DosQueryQueue |- |5 |DosPeekQueue |6 |DosWriteQueue |- |7 |DosOpenQueue |8 |DosCreateQueue |- |9 |..." |
No edit summary |
||
Line 1: | Line 1: | ||
This DLL is part of OS/2's [[Control Program]]. It contains the Dos API interface. | |||
==Version== | |||
==DLL Entry Points== | |||
{| border="1" | {| border="1" | ||
|- | |- | ||
Line 41: | Line 48: | ||
|Dos32CreateQueue | |Dos32CreateQueue | ||
|} | |} | ||
==DLL's Loaded== | |||
[[Image:QUECALLS-PMDLL.png]] |
Revision as of 22:51, 19 March 2015
This DLL is part of OS/2's Control Program. It contains the Dos API interface.
Version
DLL Entry Points
1 | DosReadQueue | 2 | DosPurgeQueue |
3 | DosCloseQueue | 4 | DosQueryQueue |
5 | DosPeekQueue | 6 | DosWriteQueue |
7 | DosOpenQueue | 8 | DosCreateQueue |
9 | Dos32ReadQueue | 10 | Dos32PurgeQueue |
11 | Dos32CloseQueue | 12 | Dos32QueryQueue |
13 | Dos32PeekQueue | 14 | Dos32WriteQueue |
15 | Dos32OpenQueue | 16 | Dos32CreateQueue |