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 );
hPort
lpAttributes
E_OK
E_OK 0x0000
E_EXIST 0x0006
E_NOT_CONFIGURED 0x0008
E_PARAM 0x8004
wOpCode
field in the SERVICEATTRIBUTES structure contains an invalid value.E_TYPE 0x8002
E_NUC_BAD_BUF 0x80E2
E_LOCATION
E_NTX_INTERNAL_ERROR
Note: 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 |