ICoreWebView2DownloadStartingEventArgs
COMメソッド 8
vtbl = vtable インデックス(0始まり)。HSP等からインデックス指定でCOMメソッドを呼ぶ際に使用します。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 3 | HRESULT get_DownloadOperation(ICoreWebView2DownloadOperation** downloadOperation) |
| 4 | HRESULT get_Cancel(BOOL* cancel) |
| 5 | HRESULT put_Cancel(BOOL cancel) |
| 6 | HRESULT get_ResultFilePath(LPWSTR* resultFilePath) |
| 7 | HRESULT put_ResultFilePath(LPWSTR resultFilePath) |
| 8 | HRESULT get_Handled(BOOL* handled) |
| 9 | HRESULT put_Handled(BOOL handled) |
| 10 | HRESULT GetDeferral(ICoreWebView2Deferral** deferral) |