Share

acutAcStringToAChar

C++

inline Acad::ErrorStatus acutAcStringToAChar(
    const AcString& s, 
    ACHAR*& pBuf, 
    Acad::ErrorStatus es
);

File

acutAcString.h

Description

Helper function to take a result of a query returning an AcString and convert it to an ACHAR.

Parameters

Parameters Description
s Input string value to convert
pBuf Output ACHAR object
es Error status code used to determine if the string can be converted

Returns

Error status code used to determine if the string can be converted.

Previous File

dbmain.h

Was this information helpful?