Condividi tramite


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 tramite FindFirstCodePage.

Valore restituito

La funzione FindCloseCodePage restituisceTRUE in caso di esito positivo. In caso contrario, il valore restituito in caso di errore è FALSE.

Osservazioni:

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.