Share

acedGetUserFavoritesDir

C++

ACAD_PORT bool acedGetUserFavoritesDir(
    ACHAR* szFavoritesDir
);

File

acedinet.h

Description

Deprecated. This function provides access to the Windows Favorites directory of the current user.

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

Parameters

Parameters Description
szFavoritesDir Output char buffer that receives the full path to the Windows Favorites folder of the currently logged-in user; it is the caller's responsibility to provide a sufficiently large buffer

Previous Declaration

ACAD_PORT Adesk::Boolean acedGetUserFavoritesDir(ACHAR* szFavoritesDir);

Use Instead

ACAD_PORT bool acedGetUserFavoritesDir(AcString & sFavoritesDir);

Was this information helpful?