Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "GetThreadTimes" in [All]

kernel32

.
Summary
.

static extern bool GetThreadTimes(IntPtr hThread, out long lpCreationTime,

.

GetThreadTimes(GetCurrentThread(),out l,out l,out KernelStart,out UserStart);

.

    GetThreadTimes(GetCurrentThread(),out l,out l,out KernelEnd,out UserEnd);

.
Documentation
[GetThreadTimes] on MSDN

 
Access PInvoke.net directly from VS: