We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f06eeff commit a38eba6Copy full SHA for a38eba6
1 file changed
specs/MultiProfile.md
@@ -80,7 +80,7 @@ interface ICoreWebView2StagingEnvironment4 : IUnknown
80
{
81
/// Create a new ICoreWebView2StagingCreateControllerOptions to be passed as a parameter of
82
/// CreateCoreWebView2ControllerWithOptions and CreateCoreWebView2CompositionControllerWithOptions.
83
- HRESULT CreateCoreWebView2CreateControllerOptions(
+ HRESULT CreateCoreWebView2ControllerOptions(
84
[in] LPCWSTR profileName,
85
[in] BOOL inPrivateModeEnabled,
86
[out, retval] ICoreWebView2StagingCreateControllerOptions** options);
0 commit comments