#include <nitro/gx/g3x.h>
int G3X_GetBoxTestResult(s32 * in);
in | Pointer to variable storing the test results |
Whether the test has completed (0) or is still execution (not 0).
If the return value is 0, the test results are in *
in
.
If the return value is not 0, the test is still executing.
01/19/2004 Initial version