ResumeThread function

恢复指定被暂停(挂起)的线程


Function:

int UAPI ResumeThread(
        int hThread
);

Parameters:

  • hThread [in]:线程句柄

Return value:

  • Type:BOOL
  • Text:恢复成功返回 TRUE,失败返回 FALSE

Remarks:

ResumeThread function 仅减少线程内核对象暂停引用计数,当该暂停引用计数为 NULL 时线程将被恢复

Requirements:

Keyword Value
Minimum Agine Version 171012.1
Minimum SDK Version 171012.1
Header File h.thread
Library Server kext

results matching ""

    No results matching ""