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 |
|---|---|
|
The method completed successfully. |
|
The user settings were not found. |
|
The method failed. |
Requirements
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | None supported |
| Target Platform | Windows |
| Header | wpcapi.h |