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:
fmPRFileMap to be represented as a string.bufsizebufPR_FILEMAP_STRING_BUFSIZE.Creates an identifier, as a string, from a PRFileMap object previously created with PR_OpenAnonFileMap.