Skip to content

Latest commit

 

History

History
77 lines (61 loc) · 2.09 KB

nc-timeprov-setproviderstatusfunc.md

File metadata and controls

77 lines (61 loc) · 2.09 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NC:timeprov.SetProviderStatusFunc
SetProviderStatusFunc (timeprov.h)
Sets the time provider's status information.
SetProviderStatusFunc
SetProviderStatusFunc callback
SetProviderStatusFunc callback function
_win32_setproviderstatusfunc
base.setproviderstatusfunc
timeprov/SetProviderStatusFunc
base\setproviderstatusfunc.htm
winprog
e52dd1d3-081a-4fcc-85d9-a1dcef0e8011
12/05/2018
SetProviderStatusFunc, SetProviderStatusFunc callback, SetProviderStatusFunc callback function, _win32_setproviderstatusfunc, base.setproviderstatusfunc, timeprov/SetProviderStatusFunc
timeprov.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
19H1
SetProviderStatusFunc
timeprov/SetProviderStatusFunc
c++
APIRef
kbSyntax
UserDefined
Timeprov.h
SetProviderStatusFunc

SetProviderStatusFunc callback function

-description

Sets the time provider's status information.

-parameters

-param pspsi [in]

A pointer to a SetProviderStatusInfo structure that provides the status information.

-returns

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.

-see-also

SetProviderStatusInfo

TimeProvOpen