Skip to content

Commit

Permalink
anchor linkfix
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehoffms committed Dec 22, 2023
1 parent 093db6a commit aff5aeb
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions microsoft-edge/dualengine/reference/dualengine-idl.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ api_loction:
[SITE_PERMISSION_FEATURE_MODE](#site_permission_feature_mode) | Represents the state of a site permission request.
[SITE_PERMISSION_KIND](#site_permission_kind) | Represents the type of site permission being requested.
[SITE_PERMISSION_RESPONSE](#site_permission_response) | Represents a user's response to a site permission request.
[VisibleEntryUpdateOperation](#visibleentryupdateoperation) | Indicates the type of operation of the [VisibleListUpdateEntry](visiblelistupdateentry.md#visiblelistupdateentry).
[VisibleEntryUpdateOperation](#visibleentryupdateoperation) | Indicates the type of operation of the [VisibleListUpdateEntry](visiblelistupdateentry.md).
[DualEngineInitialize](#dualengineinitialize) | Initializes the DualEngine.
[DualEngineReady](#dualengineready) | Called after Internet Explorer has finished all of its initial setup and the API is ready to use.

Expand Down Expand Up @@ -341,7 +341,7 @@ SITE_PERMISSION_REQUEST_DISMISSED | Request for the permission was di

#### VisibleEntryUpdateOperation

Indicates the type of operation of the [VisibleListUpdateEntry](visiblelistupdateentry.md#visiblelistupdateentry).
Indicates the type of operation of the [VisibleListUpdateEntry](visiblelistupdateentry.md).

> enum [VisibleEntryUpdateOperation](#visibleentryupdateoperation)
Expand All @@ -356,7 +356,7 @@ VisibleEntry_Done | For internal use only; do not use.

Initializes the DualEngine.

> public HRESULT APIENTRY [DualEngineInitialize](#dualengineinitialize)(const [DualEngineSessionFactory](dualenginesessionfactory.md#dualenginesessionfactory) * pSessionFactory, PCWSTR pipeName)
> public HRESULT APIENTRY [DualEngineInitialize](#dualengineinitialize)(const [DualEngineSessionFactory](dualenginesessionfactory.md) * pSessionFactory, PCWSTR pipeName)
A function that you export. This function is called immediately after Internet Explorer successfully loads the DLL. This is your first chance to set up anything necessary for your application. See [DualEngineInitialize](../concepts/adapter-dll.md#dualengineinitialize) in _Creating a DualEngine adapter plugin DLL_.
#### DualEngineReady
Expand Down
8 changes: 4 additions & 4 deletions microsoft-edge/dualengine/reference/idualengine20browser.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ Navigates to a specific travel log entry.

Initializes the browser object with an URL.

> public HRESULT [DualEngineInitialize](#dualengineinitialize)([IDualEngine20BrowserObserver](idualengine20browserobserver.md#idualengine20browserobserver) * pDualEngineObserver, DUALENGINECONFIGURATION config, EngineSwitchingPolicyFlags engineSwitchingPolicyFlags, [SentinelEntryInfo](tagsentinelentryinfo.md#tagsentinelentryinfo) sentinelEntryInfo, LPCWSTR pszUrl, HWND hwndHost, HWND * phwnd)
> public HRESULT [DualEngineInitialize](#dualengineinitialize)([IDualEngine20BrowserObserver](idualengine20browserobserver.md) * pDualEngineObserver, DUALENGINECONFIGURATION config, EngineSwitchingPolicyFlags engineSwitchingPolicyFlags, [SentinelEntryInfo](tagsentinelentryinfo.md#) sentinelEntryInfo, LPCWSTR pszUrl, HWND hwndHost, HWND * phwnd)
###### Parameters
* `pDualEngineObserver` A pointer to the observer for this browser.
Expand All @@ -229,7 +229,7 @@ Initializes the browser object with an URL.

Initializes the browser object with an URL; this version allows for additional information about the initial navigation to be passed in.

> public HRESULT [DualEngineInitialize2](#dualengineinitialize2)([IDualEngine20BrowserObserver](idualengine20browserobserver.md#idualengine20browserobserver) * pDualEngineObserver, DUALENGINECONFIGURATION config, EngineSwitchingPolicyFlags engineSwitchingPolicyFlags, [SentinelEntryInfo](tagsentinelentryinfo.md#tagsentinelentryinfo) sentinelEntryInfo, LPCWSTR pszUrl, HWND hwndHost, HWND * phwnd, LPCWSTR pszReferrer, LPCWSTR pszHeaders, VARIANT * postData)
> public HRESULT [DualEngineInitialize2](#dualengineinitialize2)([IDualEngine20BrowserObserver](idualengine20browserobserver.md) * pDualEngineObserver, DUALENGINECONFIGURATION config, EngineSwitchingPolicyFlags engineSwitchingPolicyFlags, [SentinelEntryInfo](tagsentinelentryinfo.md) sentinelEntryInfo, LPCWSTR pszUrl, HWND hwndHost, HWND * phwnd, LPCWSTR pszReferrer, LPCWSTR pszHeaders, VARIANT * postData)
###### Parameters
* `pDualEngineObserver` A pointer to the observer for this browser.
Expand All @@ -256,7 +256,7 @@ Initializes the browser object with an URL; this version allows for additional i

Initializes the browser object using tab recovery data.

> public HRESULT [DualEngineInitializeWithRecoveryData](#dualengineinitializewithrecoverydata)(REFGUID guidTabId, ULONG ulEntryId, [IDualEngine20BrowserObserver](idualengine20browserobserver.md#idualengine20browserobserver) * pDualEngineObserver, DUALENGINECONFIGURATION config, EngineSwitchingPolicyFlags engineSwitchingPolicyFlags, [SentinelEntryInfo](tagsentinelentryinfo.md#tagsentinelentryinfo) sentinelEntryInfo, LPCWSTR pszUrl, HWND hwndHost, HWND * phwnd)
> public HRESULT [DualEngineInitializeWithRecoveryData](#dualengineinitializewithrecoverydata)(REFGUID guidTabId, ULONG ulEntryId, [IDualEngine20BrowserObserver](idualengine20browserobserver.md) * pDualEngineObserver, DUALENGINECONFIGURATION config, EngineSwitchingPolicyFlags engineSwitchingPolicyFlags, [SentinelEntryInfo](tagsentinelentryinfo.md) sentinelEntryInfo, LPCWSTR pszUrl, HWND hwndHost, HWND * phwnd)
###### Parameters
* `guidTabId` The GUID for the source recovery data file to initialize this instance with.
Expand Down Expand Up @@ -318,7 +318,7 @@ Navigates to a URL, with additional information about the navigation.

Notifies that navigation entries have been deleted.

> public HRESULT [DualEngineNotifyNavigationEntriesDeleted](#dualenginenotifynavigationentriesdeleted)(BOOL fShouldDeleteEntries, [SentinelEntryInfo](tagsentinelentryinfo.md#tagsentinelentryinfo) sentinelEntryInfo)
> public HRESULT [DualEngineNotifyNavigationEntriesDeleted](#dualenginenotifynavigationentriesdeleted)(BOOL fShouldDeleteEntries, [SentinelEntryInfo](tagsentinelentryinfo.md) sentinelEntryInfo)
###### Parameters
* `fShouldDeleteEntries` Indicates whether the browser should delete all the entries in it's list.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ Raised when the browser requests to navigate to a travel log entry offset.

Raised when the browser has deleted all entries in its travel log except for the current entry.

> public HRESULT [OnAllButCurrentEntryDeleted](#onallbutcurrententrydeleted)([VisibleListUpdateEntry](visiblelistupdateentry.md#visiblelistupdateentry) * pVisibleListEntries, int cVisibleListEntries)
> public HRESULT [OnAllButCurrentEntryDeleted](#onallbutcurrententrydeleted)([VisibleListUpdateEntry](visiblelistupdateentry.md) * pVisibleListEntries, int cVisibleListEntries)
###### Parameters
* `pVisibleListEntries` A list containing the new travel log entries since the last update. In this case it will only have the current active entry.
Expand Down Expand Up @@ -242,7 +242,7 @@ Raised when a the browser shows or hides a modal dialog.

Raised when a document is completely loaded and initialized.

> public HRESULT [OnDocumentComplete](#ondocumentcomplete)(ULONG ulCurrentEntryId, [VisibleListUpdateEntry](visiblelistupdateentry.md#visiblelistupdateentry) * pVisibleListEntries, int cVisibleListEntries)
> public HRESULT [OnDocumentComplete](#ondocumentcomplete)(ULONG ulCurrentEntryId, [VisibleListUpdateEntry](visiblelistupdateentry.md) * pVisibleListEntries, int cVisibleListEntries)
###### Parameters
* `ulCurrentEntryId` The travel log entry ID for the page that raised this event.
Expand Down Expand Up @@ -357,7 +357,7 @@ Raised when Mixed Content has been blocked.

Raised when a navigation has been completed.

> public HRESULT [OnNavigationComplete](#onnavigationcomplete)(REFGUID guidTabId, ULONG ulCurrentEntryId, [VisibleListUpdateEntry](visiblelistupdateentry.md#visiblelistupdateentry) * pVisibleListEntries, int cVisibleListEntries, DWORD dwNavFlags, SECURELOCKICON secureLockIcon, DWORD dwSecurityFlags, [CryptDataBlob](cryptdatablob.md#cryptdatablob) * pDualEngineCertificates, int cCertificateChainBlobs)
> public HRESULT [OnNavigationComplete](#onnavigationcomplete)(REFGUID guidTabId, ULONG ulCurrentEntryId, [VisibleListUpdateEntry](visiblelistupdateentry.md) * pVisibleListEntries, int cVisibleListEntries, DWORD dwNavFlags, SECURELOCKICON secureLockIcon, DWORD dwSecurityFlags, [CryptDataBlob](cryptdatablob.md) * pDualEngineCertificates, int cCertificateChainBlobs)
###### Parameters
* `guidTabId` The recovery GUID for tab.
Expand Down Expand Up @@ -397,7 +397,7 @@ Raised when a navigation has ended in a download.

Raised when a new window has been created.

> public HRESULT [OnNewWindow](#onnewwindow)([IDualEngine20Browser](idualengine20browser.md#idualengine20browser) * pNewBrowser, HWND hwnd, const [DualEngineNewWindowOptions](dualenginenewwindowoptions.md#dualenginenewwindowoptions) * options, [IDualEngine20BrowserObserver](#idualengine20browserobserver) ** ppObserver)
> public HRESULT [OnNewWindow](#onnewwindow)([IDualEngine20Browser](idualengine20browser.md) * pNewBrowser, HWND hwnd, const [DualEngineNewWindowOptions](dualenginenewwindowoptions.md) * options, [IDualEngine20BrowserObserver](idualengine20browserobserver.md) ** ppObserver)
###### Parameters
* `pNewBrowser` The browser object for the new window.
Expand Down Expand Up @@ -429,7 +429,7 @@ Raised when the browser has failed to a handle a previous [IDualEngine20Browser:

Raised when the browser has successfully handled a previous [IDualEngine20Browser::DualEnginePrepareToExitRegion()](idualengine20browser.md#dualenginepreparetoexitregion) call.

> public HRESULT [OnReadyToExitRegion](#onreadytoexitregion)(REFGUID guidClonedTabId, ULONG ulCurrentEntryId, [VisibleListUpdateEntry](visiblelistupdateentry.md#visiblelistupdateentry) * pVisibleListEntriesComplete, int cVisibleListEntriesComplete)
> public HRESULT [OnReadyToExitRegion](#onreadytoexitregion)(REFGUID guidClonedTabId, ULONG ulCurrentEntryId, [VisibleListUpdateEntry](visiblelistupdateentry.md) * pVisibleListEntriesComplete, int cVisibleListEntriesComplete)
###### Parameters
* `guidClonedTabId` The GUID of the tab recovery data file backing the exited region.
Expand Down Expand Up @@ -505,7 +505,7 @@ Raised when the zoom has changed.

Raised when the browser is requesting the host to navigate to a URL in a new window.

> public HRESULT [OpenURLInEdge](#openurlinedge)(LPCWSTR pszUrl, const [DualEngineNewWindowOptions](dualenginenewwindowoptions.md#dualenginenewwindowoptions) * options, ULONG ulCookieSyncVersion)
> public HRESULT [OpenURLInEdge](#openurlinedge)(LPCWSTR pszUrl, const [DualEngineNewWindowOptions](dualenginenewwindowoptions.md) * options, ULONG ulCookieSyncVersion)
###### Parameters
* `pszUrl` The URL to navigate to.
Expand All @@ -518,7 +518,7 @@ Raised when the browser is requesting the host to navigate to a URL in a new win

Raised when the browser is requesting the host to navigate to a URL in a new window; this version provides extra information about the navigation.

> public HRESULT [OpenURLInEdge2](#openurlinedge2)(LPCWSTR pszUrl, const [DualEngineNewWindowOptions](dualenginenewwindowoptions.md#dualenginenewwindowoptions) * options, ULONG ulCookieSyncVersion, LPCWSTR pszReferrer, LPCWSTR pszHeaders, VARIANT * postData)
> public HRESULT [OpenURLInEdge2](#openurlinedge2)(LPCWSTR pszUrl, const [DualEngineNewWindowOptions](dualenginenewwindowoptions.md) * options, ULONG ulCookieSyncVersion, LPCWSTR pszReferrer, LPCWSTR pszHeaders, VARIANT * postData)
###### Parameters
* `pszUrl` The URL to navigate to.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Duplicates an inactive tab's recovery data.

Creates a Browser object in this session.

> public HRESULT [CreateDualEngineBrowser](#createdualenginebrowser)([IDualEngine20Browser](idualengine20browser.md#idualengine20browser) ** ppDualEngineBrowser)
> public HRESULT [CreateDualEngineBrowser](#createdualenginebrowser)([IDualEngine20Browser](idualengine20browser.md) ** ppDualEngineBrowser)
###### Parameters
* `ppDualEngineBrowser` The new Browser object.
Expand Down Expand Up @@ -133,7 +133,7 @@ Deletes an inactive region's tab recovery data.

Returns a list of keyboard accelerators that should be forwarded from the Host.

> public HRESULT [GetRequestedHostForwardedAccelerators](#getrequestedhostforwardedaccelerators)(DWORD * pcAccels, [ACCELERATOR](accelerator.md#accelerator) ** prgAccels)
> public HRESULT [GetRequestedHostForwardedAccelerators](#getrequestedhostforwardedaccelerators)(DWORD * pcAccels, [ACCELERATOR](accelerator.md) ** prgAccels)
###### Parameters
* `pcAccels` The number of accelerators in `prgAccels`.
Expand All @@ -144,7 +144,7 @@ Returns a list of keyboard accelerators that should be forwarded from the Host.

Initializes the session.

> public HRESULT [Initialize](#initialize)(DWORD cAccels, [ACCELERATOR](accelerator.md#accelerator) * rgHostPriorityAccels, [IDualEngine20BrowserSessionObserver](idualengine20browsersessionobserver.md#idualengine20browsersessionobserver) * pSessionObserver, LPCWSTR pszProfilePath, LPCWSTR pszProfileId)
> public HRESULT [Initialize](#initialize)(DWORD cAccels, [ACCELERATOR](accelerator.md) * rgHostPriorityAccels, [IDualEngine20BrowserSessionObserver](idualengine20browsersessionobserver.md) * pSessionObserver, LPCWSTR pszProfilePath, LPCWSTR pszProfileId)
###### Parameters
* `cAccels` The number of accelerators in `rgHostPriorityAccels`.
Expand Down Expand Up @@ -292,7 +292,7 @@ Shows the Internet Explorer download window.

Sends cookie data to the session process.

> public HRESULT [SyncCookies](#synccookies)(const [DualEngineCookie](dualenginecookie.md#dualenginecookie) * pCookies, DWORD cCookies)
> public HRESULT [SyncCookies](#synccookies)(const [DualEngineCookie](dualenginecookie.md) * pCookies, DWORD cCookies)
###### Parameters
* `pCookies` An array of cookies to be sent to the session.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Raised when the session Download window is requesting to navigate to a URL.

Raised when a cookie is set in the session, if reverse cookie sync is enabled.

> public HRESULT [ReverseSyncCookies](#reversesynccookies)(const [DualEngineCookie](dualenginecookie.md#dualenginecookie) * pCookies, DWORD cCookies, ULONG ulCookieSyncVersion)
> public HRESULT [ReverseSyncCookies](#reversesynccookies)(const [DualEngineCookie](dualenginecookie.md) * pCookies, DWORD cCookies, ULONG ulCookieSyncVersion)
See [IDualEngine20BrowserSession::SetReverseCookieSync](idualengine20browsersession.md#setreversecookiesync).

Expand Down

0 comments on commit aff5aeb

Please sign in to comment.