Skip to content

Commit ef70b42

Browse files
authored
Update GetFavicon.md
1 parent 817ed55 commit ef70b42

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

specs/GetFavicon.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)