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, alecananian
 Last updated by: teoli,