Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the registry root for the debug engine (DE).
HRESULT SetRegistryRoot(
LPCOLESTR pszRegistryRoot
);
int SetRegistryRoot(
string pszRegistryRoot
);
Parameters
- pszRegistryRoot
[in] The registry root to use.
Return Value
If successful, returns S_OK; otherwise, returns an error code.
Remarks
This method allows Visual Studio to specify an alternate registry root that the DE should use to obtain registry settings; for example, "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0Exp".