Share

AcDbDatabase::getFingerprintGuid

C++

Acad::ErrorStatus getFingerprintGuid(
    ACHAR*& guidString
) const;

Description

Sets guidString to point to a copy of the database's fingerprintguid header variable string. The guidString pointer should not point to allocated memory when passed in.

Note

The caller is responsible for deallocating the memory used by the returned string. The acutDelString() function should be used for this deallocation.

Returns Acad::eOk if successful.

Parameters

Parameters Description
guidString Output of the database's fingerprintguid header variable string

Links

AcDbDatabase Class

Use Instead

ACDBCORE2D_PORT Acad::ErrorStatus getFingerprintGuid(AcString & guidString) const;

History

AutoCAD 2019

This method has been marked as deprecated.

Was this information helpful?