Admin Production ni-theme
Current Publication

_getmbcp

LabWindows/CVI

_getmbcp

int _getmbcp (void);

Purpose

Returns the code page currently used by the operating system. The function returns _MB_CP_SBCS(0) for single byte code pages.

Refer to the Programming for Multibyte Character Sets in LabWindows/CVI topic for information about working with multibyte character sets.

Parameters

None.

Return Value

Name Type Description
codePage int Contains the code page currently used by the operating system. The function returns _MB_CP_SBCS(0) for single byte code pages.

Additional Information

Library: ANSI C Library

Include file: ansi_c.h

LabWindows/CVI compatibility: LabWindows/CVI 6.0 and later