Jump to content

QUECALLS.DLL: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
The System queue calls dynamic link library forwards it's functions to DOSCALL.
This file is the System queue calls dynamic link library.
 
This DLL is part of OS/2's [[Control Program]]. It contains the Dos API interface.
 
On the latest version of OS/2, this file forwards it's functions to DOSCALL.  


==Version==
==Version==
 
{|class="wikitable"
{| class="wikitable"
!Date||Version||Size||Comments
|-
! Date !!Version !! Size  !! Comments
|-
| Feb-02-2012  3:21p || N/A || 761 bytes || @#osFree:14.100#@  Queues API.
|-
| 2002/03/08 08:16:00 pm || N/A || 1,024 bytes || Included on eComStation 2.1.
|-
|-
|2002-03-08|| ||1,024 bytes||
|}
|}


==DLL Entry Points==
==DLL Entry Points==
{| border="1"
#DosReadQueue
|-
#DosPurgeQueue
|1
#DosCloseQueue
|[[OS2_API:DosReadQueue|DosReadQueue]]
#DosQueryQueue
|2
#DosPeekQueue
|[[OS2_API:DosPurgeQueue|DosPurgeQueue]]
#DosWriteQueue
|-
#DosOpenQueue
|3
#DosCreateQueue
|[[OS2_API:DosCloseQueue|DosCloseQueue]]
#Dos32ReadQueue
|4
#Dos32PurgeQueue
|[[OS2_API:DosQueryQueue|DosQueryQueue]]
#Dos32CloseQueue
|-
#Dos32QueryQueue
|5
#Dos32PeekQueue
|[[OS2_API:DosPeekQueue|DosPeekQueue]]
#Dos32WriteQueue
|6
#Dos32OpenQueue
|[[OS2_API:DosWriteQueue|DosWriteQueue]]
#Dos32CreateQueue
|-
|7
|[[OS2_API:DosOpenQueue|DosOpenQueue]]
|8
|[[OS2_API:DosCreateQueue|DosCreateQueue]]
|-
|9
|[[OS2_API:Dos32ReadQueue|Dos32ReadQueue]]
|10
|[[OS2_API:Dos32PurgeQueue|Dos32PurgeQueue]]
|-
|11
|[[OS2_API:Dos32CloseQueue|Dos32CloseQueue]]
|12
|[[OS2_API:Dos32QueryQueue|Dos32QueryQueue]]
|-
|13
|[[OS2_API:Dos32PeekQueue|Dos32PeekQueue]]
|14
|[[OS2_API:Dos32WriteQueue|Dos32WriteQueue]]
|-
|15
|[[OS2_API:Dos32OpenQueue|Dos32OpenQueue]]
|16
|[[OS2_API:Dos32CreateQueue|Dos32CreateQueue]]
|}
 
==DLL's Loaded==
* [[DOSCALL1.DLL]]
 
[[Image:QUECALLS-PMDLL.png]]
 
==Alternative Version==
OSFree Project produced an alternative version of this file.


[[Category:Files]]
[[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

  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