Guardian Procedure Calls Reference Manual
SSIDTOTEXT Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Returned Value
Considerations
Summary
The SSIDTOTEXT procedure converts the internal format subsystem ID to the external representation.
Syntax for C Programmers
#include <cextdecs(SSIDTOTEXT)>
short SSIDTOTEXT ( short ssid
,char *chars
,[__int32_t *status ] );
Syntax for TAL Programmers
len := SSIDTOTEXT ( ssid ! i
,chars ! o
,[ status ] ); ! o
Parameters
ssid
INT .EXT:ref:6
contains the subsystem ID to be converted to displayable form.
chars
STRING .EXT:ref:*
contains the resulting displayable representation of ssid. The length of the string is returned
in len. The string will not be longer than 23 characters.
status
INT(32) .EXT:ref:1
contains a status code describing any problem encountered. The codes in this list are obtained
by examining the two halves of the INT(32) value.
No error.(0,0)
Problem with calling sequence:(0,x)
required parameter missing29x:
insufficient stack space632
Error allocating private segment; x is the ALLOCATESEGMENT error code.(1,x)
Problem opening nonresident template file:(2,x)
file-system error code>0x:
file code not 844-1
file not disk file-2
1388 Guardian Procedure Calls (S)