GetCPInfo.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

GetCPInfo (KERNEL32.@)

SYNOPSIS

BOOL GetCPInfo
 (
  UINT     codepage,
  LPCPINFO cpinfo
 )

DESCRIPTION

Get information about a code page.

PARAMS

codepage [In] Code page number.

cpinfo [Out] Destination for code page information.

RETURNS

Success: TRUE. cpinfo is updated with the information about codepage.

Failure: FALSE, if codepage is invalid or cpinfo is NULL.

IMPLEMENTATION

Defined in "winnls.h".

Implemented in "dlls/kernel32/locale.c".

Debug channel "nls".