We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4934af commit 7fcaa4aCopy full SHA for 7fcaa4a
1 file changed
specs/MultiProfile.md
@@ -143,6 +143,7 @@ interface ICoreWebView2Environment5 : IUnknown
143
{
144
/// Create a new ICoreWebView2ControllerOptions to be passed as a parameter of
145
/// CreateCoreWebView2ControllerWithOptions and CreateCoreWebView2CompositionControllerWithOptions.
146
+ /// Returns E_INVALIDARG only in case of invalid profile name.
147
HRESULT CreateCoreWebView2ControllerOptions(
148
[in] LPCWSTR profileName,
149
[in] BOOL isInPrivateModeEnabled,
0 commit comments