Returns the version number of the iRMX OS.
CALL dq$get$system$id (id_ptr, except_ptr);
dq_get_system_id (id_ptr, except_ptr);
| Parameter | PL/M Data Type | C Data Type |
| id_ptr | POINTER | UINT_8 far * |
| except_ptr | POINTER to WORD_16 | UINT_16 far * |
id_ptr
A pointer to a 21-byte buffer where the identity of the OS returns.
except_ptr
A pointer to a variable declared by the application where the call returns a condition code.
| E_OK | 0000H | No exceptional conditions occurred. |
| E_NOT_CONFIGURED | 0008H | This system call is not part of the present configuration. |