mbsinit
Aus cppreference.com
|
|
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
<metanoindex/>
<tbody> </tbody>| definiert in Header <wchar.h>
|
||
int mbsinit( const mbstate_t* ps); |
||
Wenn
ps nicht ein NULL-Zeiger, bestimmt die mbsinit Funktion, ob die spitzen-to mbstate_t Objekt die anfängliche Wandlungspreis Zustand beschreibt . Original:
If
ps is not a null pointer, the mbsinit function determines whether the pointed-to mbstate_t object describes the initial conversion state. The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Notes
Obwohl eine Null initialisiert
mbstate_t stellt immer die anfängliche Wandlungspreis Zustand, kann es andere Werte mbstate_t, die auch repräsentieren die anfängliche Wandlungspreis Zustand sein .Original:
Although a zero-initialized
mbstate_t always represents the initial conversion state, there may be other values of mbstate_t that also represent the initial conversion state.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Parameter
| ps | - | Zeiger auf die mbstate_t Objekt zu untersuchen
Original: pointer to the mbstate_t object to examine The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Rückgabewert
0 wenn ps ist kein Null-Zeiger und nicht reporesent die anfängliche Wandlungspreis Zustand Wert ungleich Null sonst .Original:
0 if ps is not a null pointer and does not reporesent the initial conversion state, nonzero value otherwise.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Beispiel
| This section is incomplete Reason: no example |
Siehe auch
Konvertierungsstatus notwendigen Informationen, um Multibyte-Zeichenketten zu durchlaufen Original: conversion state information necessary to iterate multibyte character strings The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Klasse) | |
C++ documentation for mbsinit
| |