more ~master (2021-04-25T17:22:00Z)
Home
Dub
Repo
SysResult
more
os
windows
core
Common return value for os functions.
struct
SysResult {
bool
failed
[@property getter];
bool
passed
[@property getter];
}
Members
Properties
failed
bool
failed
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
passed
bool
passed
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
more
os
windows
core
aliases
FARPROC, NEARPROC, PROC
SysErrorCode
functions
GetLastError
GetModuleHandleA
GetProcAddress
lastError
structs
HANDLE
SysResult
WindowsErrorCode
Common return value for os functions.