Uwaga
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
The SNA National Language Support (SNANLS) IsInstalledCodePage function determines if a code page is installed on a local or remote computer.
Syntax
BOOL WINAPI IsInstalledCodePage(
UINTCodePage,
HKEYKeyHandle
);
Parameters
CodePage
Supplied parameter. The NLS code page.
KeyHandle
Supplied parameter. The registry key returned from a call to the OpenNlsRegistry function.
Return Value
The IsInstalledCodePage function returns non-zero if a code page is installed, otherwise a zero value is returned on failure.
Remarks
This function is primarily used by the Print Service in Host Integration Server to determine if what code pages are supported on a remote computer providing the print services function.
This function is supported by SNANLS on Host Integration Server.