mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-31 03:40:08 +00:00
sys/windows: add CreateWaitableTimerExW
This commit is contained in:
@@ -120,6 +120,12 @@ foreign kernel32 {
|
||||
bManualReset: BOOL,
|
||||
lpTimerName: LPCWSTR,
|
||||
) -> HANDLE ---
|
||||
CreateWaitableTimerExW :: proc(
|
||||
lpTimerAttributes: LPSECURITY_ATTRIBUTES,
|
||||
lpTimerName: LPCWSTR,
|
||||
dwFlags: DWORD,
|
||||
dwDesiredAccess: DWORD,
|
||||
) -> HANDLE ---
|
||||
SetWaitableTimerEx :: proc(
|
||||
hTimer: HANDLE,
|
||||
lpDueTime: ^LARGE_INTEGER,
|
||||
|
||||
Reference in New Issue
Block a user