more.os.windows.core

Undocumented in source.

Members

Aliases

FARPROC, NEARPROC, PROC
alias FARPROC, NEARPROC, PROC = cint* function() nothrow
Undocumented in source.
SysErrorCode
alias SysErrorCode = WindowsErrorCode

The generic type that represents a system error code as returned by the lastError function.

Functions

GetLastError
WindowsErrorCode GetLastError()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetModuleHandleA
HANDLE GetModuleHandleA(const(char)* ModuleName)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetProcAddress
FARPROC GetProcAddress(HANDLE Module, const(char)* ProcName)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
lastError
SysErrorCode lastError()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

HANDLE
struct HANDLE
Undocumented in source.
SysResult
struct SysResult

Common return value for os functions.

WindowsErrorCode
struct WindowsErrorCode
Undocumented in source.

Meta