Time Provider Functions
The following functions are used by time providers.
| Function | Description |
|---|---|
| AlertSamplesAvailFunc | Notifies the system that there are new samples available. |
| GetTimeSysInfoFunc | Retrieves the system time state information. |
| LogTimeProvEventFunc | Logs a time provider event in the event log. |
| SetProviderStatusFunc | Sets the time provider's status information. |
| SetProviderStatusInfoFreeFunc | Frees a SetProviderStatusInfo structure. |
| TimeProvClose | A callback function that is called by the time provider manager to shut down the time provider. |
| TimeProvCommand | A callback function that is called by the time provider manager to send commands to the time provider. |
| TimeProvOpen | A callback function that is called by the time provider manager when the time provider DLL is loaded. |
Show: