INtime SDK Help
SERVICEATTRIBUTES structure

The header for every structure passed to the GetRtServiceAttributes and SetRtServiceAttributes.

Each service implements 0 or more of these structures as required to modify certain operational fields of that service.

Note:   More fields may be added as required to each structure.

Syntax

typedef struct tagServiceAttributes {
    WORD wOpCode;
    WORD wLength;
} SERVICEATTRIBUTES, *LPSERVICEATTRIBUTES;

Fields

wOpCode
A number which identifies the operation SetRtServiceAttributes will perform or the fields GetRtServiceAttributes will return.
wLength
The number of bytes for the structure's remaining fields.

See Also

GetRtServiceAttributes, SetRtServiceAttributes