MB_FAKE_WORK_SIZE

Definitions

#include <nitro/mb.h>

// This is the work buffer size needed as the argument for MB_FakeInit().
#define     MB_FAKE_WORK_SIZE       (0x5f20)

Description

This is a constant that expresses the size of the work buffer needed as the argument for the MB_FakeInit function.

See Also

MB_FakeInit, MB_FakeGetWorkSize

Revision History

12/16/2005 Initial version.