IHlink::GetMiscStatus

Queries whether or not the hyperlink is an absolute or a relative link.

HRESULT GetMiscStatus(
  DWORD * pdwStatus  //Receives absolute/relative status of hyperlink
);
 

Parameters

pdwStatus
[out] On return, points to a value from the HLINKMISC enumeration. Must not be NULL.

Return Values

S_OK
The hyperlink status has been successfully retrieved.

QuickInfo

  Windows NT: Use version 5.0 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in hlink.h.

See Also

HLINKMISC