Share

AcDbHostApplicationServices::usedPasswordFromCacheMsg

C++

virtual ACDBCORE2D_PORT void usedPasswordFromCacheMsg(
    const ACHAR * dwgName
);

Description

This function is called when a valid password is found in the password cache and is used to open another drawing, eliminating the need to prompt for a password.

Parameters

Parameters Description
dwgName Input name of drawing to be opened with cached password

Links

AcDbHostApplicationServices

Was this information helpful?