Creates a string identifying a PRFileMap
.
#include <prshma.h> NSPR_API( PRStatus ) PR_ExportFileMapAsString( PRFileMap *fm, PRSize bufsize, char *buf );
The function has the following parameters:
fm
PRFileMap
to be represented as a string.bufsize
buf
PR_FILEMAP_STRING_BUFSIZE
.Creates an identifier, as a string, from a PRFileMap
object previously created with PR_OpenAnonFileMap
.