NLSEnumCodepages (W*32, W*64)

NLS Function: Returns an array containing the codepages supported by the system, with each array element describing one valid codepage.

Module

USE IFNLS

Syntax

ptr=> NLSEnumCodepages( )

Results

The result is a pointer to an array of codepages, with each element describing one supported codepage.

Note iconNote

After use, the pointer returned by NLSEnumCodepages should be deallocated with the DEALLOCATE statement.

Compatibility

CONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIB

See Also