#include <db_cxx.h> int DbMpoolFile::get_maxsize(u_int32_t *gbytesp, u_int32_t *bytesp);
Returns the maximum size configured for the file, as configured using the DbMpoolFile::set_maxsize() method.
         The DbMpoolFile::get_maxsize() 
            
            
                method either returns a non-zero error value or throws an
                exception that encapsulates a non-zero error value on
                failure, and returns 0 on success.
            
        
    
         The DbMpoolFile::get_maxsize() method may be called at any time
         during the life of the application.
    
The bytesp parameter references memory into which the additional bytes of memory in the maximum file size is copied.