nim / latest / win_getsysteminfo.html

std/private/win_getsysteminfo

Source Edit

Types

SystemInfo = object
  dwNumberOfProcessors*: uint32
  dwAllocationGranularity*: uint32
Source Edit

Procs

proc getSystemInfo(lpSystemInfo: ptr SystemInfo) {.stdcall, dynlib: "kernel32",
    importc: "GetSystemInfo", ...raises: [], tags: [], forbids: [].}
Source Edit

© 2006–2024 Andreas Rumpf
Licensed under the MIT License.
https://nim-lang.org/docs/win_getsysteminfo.html