Jump to content

PSD APP COMM: Difference between revisions

From EDM2
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 ..."
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:PSD_APP_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]]

Latest revision as of 00:27, 20 May 2025

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.