Share

acedResolveInternetShortcut

C++

ACAD_PORT bool acedResolveInternetShortcut(
    const ACHAR* szLinkFile, 
    AcString & sUrl
);

File

acedinet.h

Description

This function accepts a path to an (MSIE-compatible) Internet shortcut file and extracts the URL from it (the inverse of acedCreateInternetShortcut()).

It is the caller's responsibility to ensure that szURL points to a sufficiently large buffer.

Returns Adesk::kTrue on success; Adesk::kFalse on failure.

Parameters

Parameters Description
szLinkFile Input filesystem path to the resulting shortcut
sUrl Output retrieved URL

Was this information helpful?