FindCloseCodePage

SNA 国家/地区语言支持 (SNANLS) FindCloseCodePage 函数关闭通过调用 FindFirstCodePage 函数分配的句柄。

语法

  
BOOL WINAPI FindCloseCodePage(   
        const HANDLEhInfo  
);  

参数

hInfo
提供的参数。 使用 FindFirstCodePage 分配和返回的句柄。

返回值

FindCloseCodePage 函数在成功时返回 TRUE,否则失败时返回的值为 FALSE

注解

传递给此函数的 hInfo 参数是从上一次调用 FindFirstCodePage 函数返回的句柄。

SNANLS 在 Host Integration Server 上支持此函数。