您的位置:
寻梦网首页
>
编程乐园
>
VB 编程
>
VB API 指南
SetThreadLocale
VB声明
Declare Function SetThreadLocale Lib "kernel32" Alias "SetThreadLocale" (ByVal Locale As Long) As Long
说明
为当前线程设置地方
返回值
Long,TRUE(非零)表示成功,否则返回零。会设置
GetLastError
参数表
参数
类型及说明
Locale
Long,这个线程使用的地方ID
注解
适用平台——Windows NT