请输入您要查询的百科知识:

 

词条 GetThreadPriority
释义

GetThreadPriority

VB声明

Declare Function GetThreadPriority Lib "kernel32" Alias "GetThreadPriority" (ByVal hThread As Long) As Long

说明

获取特定线程的优先级别

返回值

Long,返回带有THREAD_PRIORITY_???前缀的某个函数,它规定了线程的优级。 THREAD_PRIORITY_ERROR_RETURN表示出错

参数表

参数 类型及说明

hThread Long,线程句柄

注解

线程的优先级同进程的优先级类组合在一起就决定了线程的实际优先级

随便看

 

百科全书收录4421916条中文百科知识,基本涵盖了大多数领域的百科知识,是一部内容开放、自由的电子版百科全书。

 

Copyright © 2004-2023 Cnenc.net All Rights Reserved
更新时间:2024/11/17 0:22:53