FindCloseCodePage
La funzione SNA National Language Support (SNANLS) FindCloseCodePage chiude l'handle allocato da una chiamata alla funzione FindFirstCodePage .
Sintassi
BOOL WINAPI FindCloseCodePage(
const HANDLEhInfo
);
Parametri
hInfo
Parametro fornito. Handle allocato e restituito usando FindFirstCodePage.
Valore restituito
La funzione FindCloseCodePage restituisceTRUE all'esito positivo, in caso contrario il valore restituito in caso di errore è FALSE.
Commenti
Il parametro hInfo passato a questa funzione è l'handle restituito da una chiamata precedente alla funzione FindFirstCodePage .
SNANLS supporta questa funzione in Host Integration Server.