nulib.win32.common

Common reused definitions.

Members

Aliases

HANDLE
alias HANDLE = void*

A win32 handle.

Functions

CloseHandle
uint CloseHandle(HANDLE )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
WaitForSingleObject
uint WaitForSingleObject(HANDLE , uint )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Variables

INFINITE
enum uint INFINITE;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
WAIT_ABANDONED
enum uint WAIT_ABANDONED;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
WAIT_FAILED
enum uint WAIT_FAILED;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
WAIT_OBJECT_0
enum uint WAIT_OBJECT_0;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
WAIT_TIMEOUT
enum uint WAIT_TIMEOUT;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Meta

Authors

Luna Nielsen