A | B | C |  D | E | F |  G | H | I |  J | K | L |  M | N | O |  P | Q | R |  S | T | U |  V | W | X |  Y | Z



GetSystemInfo

The GetSystemInfo function returns information about the current system.

VB4-32,5,6
Declare Sub GetSystemInfo Lib "kernel32" Alias "GetSystemInfo" (lpSystemInfo As SYSTEM_INFO)

Operating Systems Supported
Requires Windows NT 3.1 or later; Requires Windows 95 or later

Library
Kernel32

Parameter Information
- lpSystemInfo
Points to a SYSTEM_INFO structure to be filled in by this function.

Return Values
This function does not return a value.

Last update: 07 April 2006