From INtime 6.0 the INtime Service and Port objects have been deprecated.
New projects should not be started using these features, and existing projects will not work with XM mode. You will receive a compiler warning by default if you use these calls.
Adds a service to the operating system by linking the service descriptor to the service descriptor list.
BOOLEAN InstallRtServiceDescriptor( LPSERVICEDESC lpServiceDescriptor // a pointer to a service descriptor );
lpServiceDescriptor 
TRUE 
FALSE 
E_OK 0x0000 
E_MEM 0x0002 
E_LIMIT 0x0004 
E_SLOT 0x000c 
E_VMEM 0x00F0 
E_PARAM 0x8004 
E_NUC_BAD_BUF 0x80E2 
E_LOCATION 
Note: Other status values may be generated by the service-specific Initialize handler.
| Versions | Defined in | Include | Link to | 
|---|---|---|---|
| INtime 3.0 | intime/rt/include/rtbase.h | rt.h | rt.lib |