The Wayback Machine - https://web.archive.org/web/20201208115803/https://github.com/topics/win32-api
Skip to content
#

win32-api

Here are 16 public repositories matching this topic...

[C#] kernel32.dll SleepEx Windows-API. Simple console-program to sleep the exact amount of milliseconds by the passed-argument (accuracy still depends on CPU clock). Accepting values from 0 (thread-yield) to a 32bit number. Exit codes are 0(success sleep or I/O interrupt such as CTRL+C) or 1 for invalid value (program will still "sleeps" for 0 seconds). Will not freeze window since it uses SleepEx from kernel32.dll (https://msdn.microsoft.com/en-us/library/windows/desktop/ms686307(v=vs.85).aspx) with bAlertable set to true. Include program-icon and manifest from https://github.com/eladkarako/manifest . Binary included.
  • Updated Apr 25, 2018
  • C#

Improve this page

Add a description, image, and links to the win32-api topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the win32-api topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.