Allows the caller to receive parameters of the service. The parameters are service-specific, and multiple parameter sets may be supported, switched by the wOpCode field of the SERVICEATTRIBUTES structure.
NTXSTATUS ntxGetRtServiceAttributes(
RTHANDLE hPort,
LPSERVICEATTRIBUTES lpAttributes
);
hPortlpAttributesE_OKE_OK 0x0000E_EXIST 0x0006E_NOT_CONFIGURED 0x0008E_PARAM 0x8004wOpCode field in the SERVICEATTRIBUTES structure contains an invalid value.E_TYPE 0x8002E_NUC_BAD_BUF 0x80E2E_LOCATIONE_NTX_INTERNAL_ERRORNote: Other status values may be generated by the service-specific GetAttributes handler.
| Versions | Defined in | Include | Link to |
|---|---|---|---|
| INtime 3.0 | intime/nt/include/ntx.h | ntx.h | ntx.lib |
| INtime 4.01 (for 64-bit Windows) | intime/nt/include/ntx.h | ntx.h | ntx64.lib |