Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.27 KB

File metadata and controls

43 lines (36 loc) · 1.27 KB
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic apiname apilocation apitype f1_keywords dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
_getmbcp | Microsoft Docs
11/04/2016
cpp-standard-libraries
article
_getmbcp
msvcrt.dll
msvcr80.dll
msvcr90.dll
msvcr100.dll
msvcr100_clr0400.dll
msvcr110.dll
msvcr110_clr0400.dll
msvcr120.dll
msvcr120_clr0400.dll
ucrtbase.dll
api-ms-win-crt-locale-l1-1-0.dll
DLLExport
_getmbcp
getmbcp
C++
code pages, determining current
_getmbcp function
getmbcp function
2db202d4-5c3d-4871-a0b8-ceb0b79ee7bb
13
corob-msft
corob
ghogen

_getmbcp

Retrieves the current code page.

Syntax

int _getmbcp( void );  

Return Value

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

Requirements

Routine Required header
_getmbcp <mbctype.h>

For more compatibility information, see Compatibility in the Introduction.

See Also

_setmbcp