struct VisibleListUpdateEntry
Important
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.
Summary
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. |
Members
fIsFrameEntry
Indicates whether the entry was for a subframe.
public BOOL fIsFrameEntry
operation
The type of change.
public VisibleEntryUpdateOperation operation
pszTitle
The page title of the entry.
public LPWSTR pszTitle
pszUrl
The URL of the entry.
public LPWSTR pszUrl
ulEntryId
The ID of the entry.
public ULONG ulEntryId