We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3bdaec commit 5f0bf41Copy full SHA for 5f0bf41
specs/SharedBuffer.md
@@ -131,7 +131,7 @@ interface ICoreWebView2StagingSharedBuffer : IUnknown {
131
/// The file mapping handle of the shared memory of the buffer.
132
/// Normal app should use `Buffer` or `GetStream` to get memory address
133
/// or IStream object to access the buffer.
134
- /// For advanced scenario, you could duplicate this handle to another application
+ /// For advanced scenarios, you could duplicate this handle to another application
135
/// process and create a mapping from the duplicated handle in that process to access
136
/// the buffer from that separate process.
137
[propget] HRESULT Handle([out, retval] HANDLE* value);
0 commit comments