GetSystemInfo-Funktion (sysinfoapi.h)
Ruft Informationen zum aktuellen System ab.
Um genaue Informationen für eine Anwendung abzurufen, die auf WOW64 ausgeführt wird, rufen Sie die GetNativeSystemInfo-Funktion auf.
Syntax
void GetSystemInfo(
[out] LPSYSTEM_INFO lpSystemInfo
);
Parameter
[out] lpSystemInfo
Ein Zeiger auf eine SYSTEM_INFO Struktur, die die Informationen empfängt.
Rückgabewert
Keine
Anforderungen
Unterstützte Mindestversion (Client) | Windows 2000 Professional [Desktop-Apps | UWP-Apps] |
Unterstützte Mindestversion (Server) | Windows 2000 Server [Desktop-Apps | UWP-Apps] |
Zielplattform | Windows |
Kopfzeile | sysinfoapi.h (einschließlich Windows.h) |
Bibliothek | Kernel32.lib |
DLL | Kernel32.dll |