_getmbcp
- Updated2023-02-21
- 1 minute(s) read
_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