Reads a NIFF binary file
Syntax
int niOpenNb(char *filename, Nis *nis);#include "niffapi.h"
Arguments
Return value
TRUE(=1) if the file is read without error.
FALSE(=0) if an error occurs.
Description
Reads a NIFF binary file and stores it in the Nis structure. A NIFF binary file is a file which stores data defined in the NIFF specifications.
This function performs the processes which are appropriate for the given NIFF version.
See Also
niNewNis
For the Nis structure, see n64kit/niff/niffapi/nis.h,nis2.h.