File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -374,11 +374,11 @@ interface ICoreWebView2GetProcessInfosWithDetailsCompletedHandler : IUnknown {
374374interface ICoreWebView2ProcessInfo2 : ICoreWebView2ProcessInfo {
375375 /// Gets the collection of the assocated ` FrameInfo ` s which are actively running
376376 /// (showing UI elements) in that renderer process. Assocated ` FrameInfo ` s is
377- /// empty if there's no frame running in that renderer process. Note that this
378- /// is only available when the process ` Kind ` is ` COREWEBVIEW2_PROCESS_KIND_RENDERER `
379- /// and it's called from ` ICoreWebView2GetProcessInfosWithDetailsCompletedHandler ` .
380- /// Else , it returns an empty ` FrameInfo ` collection.
381- ///
377+ /// empty if there's no frame actively running in that renderer process or it's
378+ /// not called from
379+ /// ` ICoreWebView2GetProcessInfosWithDetailsCompletedHandler ` .
380+ /// Note that if this is call from other process Kind , it also returns an empty
381+ /// ` FrameInfo ` s as frames run on renderer process.
382382 /// \snippet ProcessComponent.cpp AssociatedFrameInfos
383383 [ propget] HRESULT AssociatedFrameInfos(
384384 [ out, retval] ICoreWebView2FrameInfoCollection** frames);
You can’t perform that action at this time.
0 commit comments