Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

PR_ImportFileMapFromString

Creates a PRFileMap from an identifying string.

Syntax

#include <prshma.h>

NSPR_API( PRFileMap * )
PR_ImportFileMapFromString( 
  const char *fmstring
);

Parameter

The function has the following parameter:

fmstring
A pointer to string created by PR_ExportFileMapAsString.

Returns

PRFileMap pointer or NULL on error.

Description

PR_ImportFileMapFromString creates a PRFileMap object from a string previously created by PR_ExportFileMapAsString.

Document Tags and Contributors

 Contributors to this page: teoli, Rappo
 Last updated by: teoli,