#include <nitro/wfs.h>
const WFSTableFormat *WFS_GetTableFormat(const WFSClientContext *context);
context | Pointer to the WFSClientContext structure. |
Returns a pointer to the WFSTableFormat
structure extracted from which file table information about the ROM image is extracted, or returns NULL.
References the file table information of the ROM image that was automatically retrieved from the parent (server). This information is referenced in the format of a WFSTableFormat
structure. This information can be used to mount file systems using the FS library. The data referenced by the pointer obtained here is guaranteed to be unchanged until WFS_EndClient
is called.
This function also returns NULL if called before notification of a WFS_EVENT_CLIENT_READY
event.
2007/06/06 Initial version.
CONFIDENTIAL