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 |..." |
mNo edit summary |
||
(14 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{| | The System queue calls dynamic link library forwards it's functions to DOSCALL. | ||
==Version== | |||
{|class="wikitable" | |||
!Date||Version||Size||Comments | |||
|- | |- | ||
| | |2002-03-08|| ||1,024 bytes|| | ||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
|} | |} | ||
==DLL Entry Points== | |||
#DosReadQueue | |||
#DosPurgeQueue | |||
#DosCloseQueue | |||
#DosQueryQueue | |||
#DosPeekQueue | |||
#DosWriteQueue | |||
#DosOpenQueue | |||
#DosCreateQueue | |||
#Dos32ReadQueue | |||
#Dos32PurgeQueue | |||
#Dos32CloseQueue | |||
#Dos32QueryQueue | |||
#Dos32PeekQueue | |||
#Dos32WriteQueue | |||
#Dos32OpenQueue | |||
#Dos32CreateQueue | |||
[[Category:DLL]] |
Latest revision as of 02:45, 17 February 2020
The System queue calls dynamic link library forwards it's functions to DOSCALL.
Version
Date | Version | Size | Comments |
---|---|---|---|
2002-03-08 | 1,024 bytes |
DLL Entry Points
- DosReadQueue
- DosPurgeQueue
- DosCloseQueue
- DosQueryQueue
- DosPeekQueue
- DosWriteQueue
- DosOpenQueue
- DosCreateQueue
- Dos32ReadQueue
- Dos32PurgeQueue
- Dos32CloseQueue
- Dos32QueryQueue
- Dos32PeekQueue
- Dos32WriteQueue
- Dos32OpenQueue
- Dos32CreateQueue