IVsProfileDataManager::LastResetPoint Method (String^)
Visual Studio 2015
Returns the path and name of the file most recently used to reset profile settings information. This is either the default settings file or the file the user most recently used to save settings.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Parameters
- pbstrResetFilename
-
Type:
System::String^
[out] Pointer to a string containing the path and filename of the file most recently used when resetting profile settings.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell80.idl:
HRESULT IVsProfileDataManager::LastResetPoint( [out] BSTR *pbstrResetFilename );
Show: