MB_FakeGetWorkSize

C Specification

#include <nitro/mb_fake_child/mb.h>

u32 MB_FakeGetWorkSize( void );

Arguments

None.

Return Values

The size required as a work region, passed in the MB_FakeInit argument.

Description

This function retrieves the work region's size for the MB_FakeInit function. This is a function and a macro that get the necessary region size.

See Also

MB_FakeInit, MB_FAKE_WORK_SIZE

Revision History

11/25/2004 Initial version.