Desktop Functions: Smart Device Functions:
|
C# Signature:
[DllImport("kernel32.dll", SetLastError=true)] User-Defined Types:None. Notes:Although the API returns times in 100 nanosecond units, the precision is only to that of the process scheduler, about 15 milliseconds (depending on OS version). So don't expect pinpoint accuracy on short running functions. The original API defined the return values as FILETIME rather than long, but long appears to be compatible with FILETIME and can be easier to deal with. Tips & Tricks:Please add some! Sample Code:
long l,KernelStart,UserStart; Please add some! Alternative Managed API:Do you know one? Please contribute it! Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more).
|
|