Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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.