RegisterExternalTimeProvider method

Registering a provider for an offset related to TimeType

Syntax

HRESULT      TCOMAPI RegisterExternalTimeProvider(OTCID oidProvider, TimeType type) = 0;

Parameter

oidProvider: (type: OTCID) The object ID of the provider; normally the object ID of the calling party

type: (type: TimeType) The TimeOffset type to be registered.

Return value

Type: HRESULT

Notifies the success of registration

Description