Contents Index Topic Contents | ||
Previous Topic: IHlinkBrowseContext::OnNavigateHlink Next Topic: IHlinkBrowseContext::Register |
IHlinkBrowseContext::QueryHlink
HRESULT QueryHlink( DWORD grfHLQF, //Value from the HLQF enumeration ULONG uHLID //Hyperlink identifier to query );Tests the validity of a uHLID value.
- Returns one of the following values:
S_OK If grfHLQF is HLQF_ISVALID, uHLID identifies a valid hyperlink within the browse context. If grfHLQF is HLQF_ISCURRENT, uHLID identifies the current hyperlink of the browse context. S_FALSE If grfHLQF is HLQF_ISVALID, uHLID does not identify a valid hyperlink within the browse context. If grfHLQF is HLQF_ISCURRENT, uHLID does not identify the current hyperlink of the browse context.
- grfHLQF
- [in] A single value taken from the HLQF enumeration.
- uHLID
- [in] Used to identify the hyperlink to query about. Can be a value taken from the HLID constants to indicate a logically identified hyperlink, such as HLID_PREVIOUS or HLID_NEXT.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.