PSD APP COMM: Difference between revisions
Appearance
Created page with "Perform generic APP/PSD communication. This function performs generic application/PSD communication. The entry arguments, and return codes are not interpreted by OS/2, it is ..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:PSD_GEN_COMM}} | |||
Perform generic APP/PSD communication. | Perform generic APP/PSD communication. | ||
This function performs generic application/PSD communication. The entry arguments, and return codes are not interpreted by OS/2, it is passed verbatim to and from the PSD. | This function performs generic application/PSD communication. The entry arguments, and return codes are not interpreted by OS/2, it is passed verbatim to and from the PSD. | ||
; Mode : Called in Kernel mode. | ;Mode: Called in Kernel mode. | ||
==Syntax== | ==Syntax== | ||
PSD_APP_COMM <keywords> | PSD_APP_COMM <keywords> | ||
==Parameters== | ==Parameters== | ||
; Entry : Function number, Argument. | ;Entry : Function number, Argument. | ||
==Return Code== | ==Return Code== | ||
; Exit : Return code. | ;Exit : Return code. | ||
==Remarks== | ==Remarks== | ||
* Optional: the function is not required. | * Optional: the function is not required. | ||
* The function can call a PSD help that may block. | * The function can call a PSD help that may block. | ||
[[Category:PSD]] | [[Category:PSD]] |
Revision as of 21:17, 2 January 2021
Perform generic APP/PSD communication.
This function performs generic application/PSD communication. The entry arguments, and return codes are not interpreted by OS/2, it is passed verbatim to and from the PSD.
- Mode
- Called in Kernel mode.
Syntax
PSD_APP_COMM <keywords>
Parameters
- Entry
- Function number, Argument.
Return Code
- Exit
- Return code.
Remarks
- Optional: the function is not required.
- The function can call a PSD help that may block.