Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/JAVA/Netbeans/ide/editor.codetemplates/   (Apache JAVA IDE Version 28©)  Datei vom 3.10.2025 mit Größe 37 kB image not shown  

Quelle  pr_importfilemapfromstring.rst   Sprache: unbekannt

 
PR_ImportFileMapFromString
==========================

Creates a :ref:`PRFileMap` from an identifying string.


Syntax
~~~~~~

.. code::

   #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 :ref:`PR_ExportFileMapAsString`.


Returns
~~~~~~~

:ref:`PRFileMap` pointer or ``NULL`` on error.


Description
-----------

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

[ Dauer der Verarbeitung: 0.4 Sekunden  (vorverarbeitet)  ]