1.2.11.4.25 SYS_TIME_RESULT Enum

C

typedef enum
{
    // Operation completed with success.
    SYS_TIME_SUCCESS,

    // Invalid handle or operation failed.
    SYS_TIME_ERROR

} SYS_TIME_RESULT;

Summary

Result of a time service client interface operation.

Description

Identifies the result of certain time service operations.