SpMPFROMSH2CH: Difference between revisions
Appearance
Created page with "Returns a message parameter (used by spPostMsg) value which is build from one short (integer) values and two character (integer) values. '''Syntax:''' mparam = spMPFROMSH2CH ..." |
m Martini moved page OS2 API:spMPFROMSH2CH to OS2 API:SPUTILS:spMPFROMSH2CH |
(No difference)
|
Revision as of 04:28, 29 June 2016
Returns a message parameter (used by spPostMsg) value which is build from one short (integer) values and two character (integer) values.
Syntax: mparam = spMPFROMSH2CH ( short , char1 , char2 )
Parameters:
- short – Numeric value of type SHORT (-32768<=short1<=32767) or USHORT (0<=short1<=65535)
- char1 – Numeric value of type UCHAR (0<=char1<=255)
- char2 – Numeric value of type UCHAR (0<=char1<=255)
Returns: Message parameter value.