|
|
(5 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== |
| {| class="wikitable"
| | #DosReadQueue |
| |1
| | #DosPurgeQueue |
| |[[OS2_API:DosReadQueue|DosReadQueue]]
| | #DosCloseQueue |
| |2
| | #DosQueryQueue |
| |[[OS2_API:DosPurgeQueue|DosPurgeQueue]]
| | #DosPeekQueue |
| |-
| | #DosWriteQueue |
| |3
| | #DosOpenQueue |
| |[[OS2_API:DosCloseQueue|DosCloseQueue]]
| | #DosCreateQueue |
| |4
| | #Dos32ReadQueue |
| |[[OS2_API:DosQueryQueue|DosQueryQueue]]
| | #Dos32PurgeQueue |
| |-
| | #Dos32CloseQueue |
| |5
| | #Dos32QueryQueue |
| |[[OS2_API:DosPeekQueue|DosPeekQueue]]
| | #Dos32PeekQueue |
| |6
| | #Dos32WriteQueue |
| |[[OS2_API:DosWriteQueue|DosWriteQueue]]
| | #Dos32OpenQueue |
| |-
| | #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]] |
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