_getmbcp

Retrieves the current code page.

int _getmbcp( void );

Возвращаемое значение

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

Требования

Routine

Required header

_getmbcp

<mbctype.h>

For more compatibility information, see Compatibility in the Introduction.

Эквивалент в .NET Framework

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

См. также

Основные понятия

_setmbcp