IWPCSettings::GetLastSettingsChangeTime method (wpcapi.h)

Retrieves the time at which the configuration settings were last updated.

Syntax

HRESULT GetLastSettingsChangeTime(
  [out] SYSTEMTIME *pTime
);

Parameters

[out] pTime

A pointer to a SYSTEMTIME structure that receives the time at which the settings were last updated.

Return value

This method can return one of these values.

Return code Description
S_OK
The method completed successfully.
E_FILE_NOT_FOUND
The user settings were not found.
E_FAIL
The method failed.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header wpcapi.h

See also

IWPCSettings