Creates a PRFileMap
from an identifying string.
#include <prshma.h> NSPR_API( PRFileMap * ) PR_ImportFileMapFromString( const char *fmstring );
The function has the following parameter:
PR_ExportFileMapAsString
.PRFileMap
pointer or NULL
on error.
PR_ImportFileMapFromString
creates a PRFileMap
object from a string previously created by PR_ExportFileMapAsString
.