_getmbcp

Retrieves the current code page.

int _getmbcp( void );

Valor devuelto

Returns the current multibyte code page. A return value of 0 indicates that a single byte code page is in use.

Requisitos

Routine

Required header

_getmbcp

<mbctype.h>

For more compatibility information, see Compatibility in the Introduction.

Equivalente en .NET Framework

Not applicable. To call the standard C function, use PInvoke. For more information, see Platform Invoke Examples.

Vea también

Referencia

_setmbcp