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.
Binds an address to the port identified by a handle.
BOOLEAN BindRtPort(
    RTHANDLE hPort,
    LPGENADDR pAddress
);
hPort 
pAddress 
TRUE 
FALSE 
E_OK 0x0000 
E_CONTEXT 0x0005 
E_EXIST 0x0006 
E_STATE 0x0007 
E_INVALID_ADDR 0x00e2 
E_TYPE 0x8002 
E_NUC_BAD_BUF 0x80e2 
Note: Other status values may be generated by the service-specific VerifyAddress handler.
| Versions | Defined in | Include | Link to | 
|---|---|---|---|
| INtime 3.0 | intime/rt/include/rtbase.h | rt.h | rt.lib |