Retrieves the number of code pages for which there is information available on the system.
Syntax
HRESULT GetNumberOfCodePageInfo( UINT *pcCodePage );
Parameters
- pcCodePage
- [out] Address of an unsigned integer that receives the number of code pages available on the system.
Return Value
Returns S_OK if successful, or E_FAIL otherwise.