mbsinit
Da cppreference.com.
![]() |
Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate.
La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui. |
Elemento definito nell'header <wchar.h>
|
||
int mbsinit( const mbstate_t* ps); |
||
ps
se non è un puntatore nullo, la funzione mbsinit
determina se l'oggetto appuntito a mbstate_t descrive lo stato iniziale di conversione. 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.
Indice |
[modifica] Note
Sebbene un inizializzati a zero mbstate_t sempre rappresenta lo stato iniziale di conversione, vi possono essere altri valori di mbstate_t che ne rappresentano anche lo stato iniziale di conversione.
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.
[modifica] Parametri
ps | - | puntatore all'oggetto mbstate_t da esaminare
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. |
[modifica] Valore di ritorno
0
ps
se non è un puntatore nullo e non reporesent stato iniziale di conversione, il valore zero altrimenti.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.
[modifica] Esempio
This section is incomplete Reason: no example |
[modifica] Vedi anche
informazioni sullo stato di conversione necessario per scorrere le stringhe di caratteri multibyte 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. (classe) | |
C++ documentation for mbsinit
|