Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/docs/nspr/reference/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 417 B image not shown  

Impressum pr_geterror.rst   Interaktion und
Portierbarkeitunbekannt

 
Haftungsausschluß.rst KontaktUnknown {[0] [0] [0]}diese Dinge liegen außhalb unserer Verantwortung

PR_GetError
===========

Returns the current thread's last set platform-independent error code.


Syntax
------

.. code::

   #include <prerror.h>

   PRErrorCode PR_GetError(void)


Returns
~~~~~~~

The value returned is a 32-bit number. NSPR provides no direct
interpretation of the number's value. NSPR does use :ref:`PR_SetError` to
set error numbers defined in `Error
Codes <NSPR_Error_Handling#Error_Code>`__.

[ Seitenstruktur0.190Drucken  ]