mbsinit
De 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>| Definido no cabeçalho <wchar.h>
|
||
int mbsinit( const mbstate_t* ps); |
||
Se
ps não é um ponteiro nulo, a função mbsinit determina se o objeto pontiagudo para mbstate_t descreve o estado de conversão inicial. 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.
Notas
Embora um zero inicializado
mbstate_t sempre representa o estado inicial de conversão, pode haver outros valores de mbstate_t que também representam o estado inicial de conversão.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.
Parâmetros
| ps | - | ponteiro para o objeto mbstate_t examinar
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. |
Valor de retorno
0 se ps não é um ponteiro nulo e não reporesent o estado de conversão inicial, valor diferente de zero caso contrário.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.
Exemplo
| Esta seção está incompleta Motivo: sem exemplo |
Veja também
informação de conversão de estado necessário para repetir seqüências de caracteres 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
| |