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. May not be NULL.
Return Values
S_OK
The hyperlink status has been successfully retrieved.
See Also