Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Importante
The DualEngine API is part of a Limited Access Feature (see LimitedAccessFeatures class). For more information or to request an unlock token, contact Microsoft Support.
Represents a change to a travel log entry.
| Members | Descriptions |
|---|---|
| fIsFrameEntry | Indicates whether the entry was for a subframe. |
| operation | The type of change. |
| pszTitle | The page title of the entry. |
| pszUrl | The URL of the entry. |
| ulEntryId | The ID of the entry. |
Indicates whether the entry was for a subframe.
public BOOL fIsFrameEntry
The type of change.
public VisibleEntryUpdateOperation operation
The page title of the entry.
public LPWSTR pszTitle
The URL of the entry.
public LPWSTR pszUrl
The ID of the entry.
public ULONG ulEntryId