ITTime

[This is preliminary documentation and subject to change.]

This is a provider-specific COM interface for the time component. It provides the following functionality:

IUnknown Methods Description
QueryInterface Returns pointers to supported interfaces.
AddRef Increments the reference count.
Release Decrements the reference count.

IDispatch Methods Description
GetTypeInfoCount Retrieves the number of type information interfaces.
GetTypeInfo Retrieves the type information for an object.
GetIDsOfNames Maps a single member and an optional set of argument names to a corresponding set of integer DISPIDs.
Invoke Provides access to properties and methods exposed by an object.

ITTime Methods Remark
get_StartTime Gets the 32-bit NTP starting time value (ULONG). The session is considered active from this time.
put_StartTime Sets the 32-bit NTP starting time value (ULONG). The session is considered active from this time.
get_StopTime Gets the NTP ending time value (ULONG). If the end time is 0, then the session is not bounded.
put_StopTime Sets the NTP ending time value (ULONG). If the end time is 0, then the session is not bounded.