1.2.11.4.25 SYS_TIME_RESULT Enum
1.2.11.4.25 C
typedef enum
{
// Operation completed with success.
SYS_TIME_SUCCESS,
// Invalid handle or operation failed.
SYS_TIME_ERROR
} SYS_TIME_RESULT;
1.2.11.4.25 Summary
Result of a time service client interface operation.
1.2.11.4.25 Description
Identifies the result of certain time service operations.
