Writes to the Controller Pak label
#include <ultra64.h> /* os.h */
s32 osPfsSetLabel(OSPfs *pfs, u8 *label);
A 32-byte label area is provided in the Controller Pak. The function osPfsSetLabel writes this label. As of December 1998, the specifications for the label have not been defined. Thus, this function should not yet be used.
The osPfsSetLabel writes data specified by label to the label area.
The OSPfs structure pfs is a file handle initialized by a call to osPfsInitPak. For information concerning the creation of this handle, see osPfsInitPak.
If this function is called successfully, 0 is returned. If an error occurs, one of the following error codes is returned:
osContInit, osContStartQuery, osContGetQuery, osPfsChecker, osPfsGetLabel, osPfsInitPak, and osPfsIsPlug
1999/02/01 Completely revised
1999/04/30 Changed format