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.
Allows the caller to receive service-specific attributes. The parameters are service-specific, and multiple parameter sets may be supported by the service, switched by the wOpCode field of the SERVICEATTRIBUTES structure.
BOOLEAN GetRtServiceAttributes(
RTHANDLE hPort,
LPSERVICEATTRIBUTES lpAttributes
);
hPortlpAttributesTRUEFALSEE_OK 0x0000E_EXIST 0x0006E_NOT_CONFIGURED 0x0008E_PARAM 0x8004wOpCode field in the SERVICEATTRIBUTES structure contains an invalid value.E_TYPE 0x8002E_NUC_BAD_BUF 0x80E2Note: Other status values may be generated by the service-specific GetAttributes handler.
| Versions | Defined in | Include | Link to |
|---|---|---|---|
| INtime 3.0 | intime/rt/include/rtbase.h | rt.h | rt.lib |