IVsProfileDataManager.LastResetPoint(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
int LastResetPoint([Runtime::InteropServices::Out] System::String ^ % pbstrResetFilename);
int LastResetPoint([Runtime::InteropServices::Out] std::wstring const & & pbstrResetFilename);
public int LastResetPoint (out string pbstrResetFilename);
abstract member LastResetPoint : string -> int
Public Function LastResetPoint (ByRef pbstrResetFilename As String) As Integer
Parameters
- pbstrResetFilename
- String
[out] Pointer to a string containing the path and filename of the file most recently used when resetting profile settings.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell80.idl:
HRESULT IVsProfileDataManager::LastResetPoint(
[out] BSTR *pbstrResetFilename
);