Stores the query definition in a result buffer.
virtual AcMap::EErrCode
FileOut(
struct resbuf*& pResBuffer) const = 0;
Returns AcMap::kOk in case of success, appropriate error code otherwise.
pResBuffer | Output result buffer containing the query definition. Your application is responsible for deleting the result buffer. Use acutRelRb(). |