Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ Retrieves the cycle time for the specified thread.

### -param ThreadHandle [in]

A handle to the thread. The handle must have the PROCESS_QUERY_INFORMATION or PROCESS_QUERY_LIMITED_INFORMATION access right. For more information, see
<a href="/windows/desktop/ProcThread/process-security-and-access-rights">Process Security and Access Rights</a>.
A handle to the thread. The handle must have the THREAD_QUERY_INFORMATION or THREAD_QUERY_LIMITED_INFORMATION access right. For more information, see
<a href="/windows/win32/procthread/thread-security-and-access-rights">Thread Security and Access Rights</a>.

### -param CycleTime [out]

Expand Down Expand Up @@ -90,4 +90,4 @@ To compile an application that uses this function, define _WIN32_WINNT as 0x0600



<a href="/windows/desktop/api/realtimeapiset/nf-realtimeapiset-queryprocesscycletime">QueryProcessCycleTime</a>
<a href="/windows/desktop/api/realtimeapiset/nf-realtimeapiset-queryprocesscycletime">QueryProcessCycleTime</a>