IHlinkBrowseContext::QueryHlinkIHlinkBrowseContext::QueryHlink*
*



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.

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.

See also HLID, HLQF


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.