File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -134,14 +134,12 @@ interface ICoreWebView2_10 : ICoreWebView2_9 {
134134 [propget] HRESULT FaviconUri([out, retval] LPWSTR* value);
135135
136136 /// Async function for getting the actual image data of the favicon.
137- /// If the `imageStream` is null, the `HRESULT` will be `E_POINTER`, otherwise
138- /// it is `S_OK`.
139- /// The image is copied to the `imageStream` object. If there is no image then
140- /// no data would be copied into the imageStream.
141- /// In either scenario the `completedHandler` is executed at the end of the operation.
137+ /// The image is copied to the `imageStream` object in `ICoreWebView2GetFaviconCompletedHandler`.
138+ /// If there is no image then no data would be copied into the imageStream.
139+ /// The `format` is the file format to return the image stream.
140+ /// `completedHandler` is executed at the end of the operation.
142141 HRESULT GetFavicon(
143142 [in] COREWEBVIEW2_FAVICON_IMAGE_FORMAT format,
144- [in] IStream* imageStream,
145143 [in] ICoreWebView2GetFaviconCompletedHandler* completedHandler);
146144}
147145
You can’t perform that action at this time.
0 commit comments