SetProviderStatusFunc callback function (timeprov.h)
Sets the time provider's status information.
Syntax
SetProviderStatusFunc Setproviderstatusfunc;
HRESULT Setproviderstatusfunc(
[in] SetProviderStatusInfo *pspsi
)
{...}
Parameters
[in] pspsi
A pointer to a SetProviderStatusInfo structure that provides the status information.
Return value
If the function succeeds, the return value is S_OK. Otherwise, the return value is one of the error codes defined in WinError.h.
Remarks
The TimeProvOpen function returns a pointer to this function.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | timeprov.h |