SetProviderStatusInfoFreeFunc callback function (timeprov.h)

Frees a SetProviderStatusInfo structure.

Syntax

SetProviderStatusInfoFreeFunc Setproviderstatusinfofreefunc;

void Setproviderstatusinfofreefunc(
  [in] SetProviderStatusInfo *pspsi
)
{...}

Parameters

[in] pspsi

A pointer to the SetProviderStatusInfo structure to be freed.

Return value

None

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

See also

SetProviderStatusFunc

SetProviderStatusInfo