Share via


CeGetThreadQuantum (Compact 2013)

3/28/2014

This function gets the time required for the specified thread to run.

Syntax

DWORD CeGetThreadQuantum(
  HANDLE hThread
);

Parameters

  • hThread
    [in] Handle to a thread.

Return Value

The time, in milliseconds, indicates success. MAXDWORD indicates failure. To get extended error information, call GetLastError.

Requirements

Header

winbase.h

Library

coredll.lib

See Also

Reference

Process and Thread Functions