<Return[G]><Top>

GetSystemInfo

Declare Sub Api_GetSystemInfo Lib "kernel32" Alias "GetSystemInfo" (lpSystemInfo As SYSTEM_INFO)

Declare Sub GetSystemInfo Lib "kernel32" Alias "GetSystemInfo" (lpSystemInfo As SYSTEM_INFO)

現在のシステムに関する情報(ページのサイズやプロセッサの種類など)を取得する

パラメータ
lpSystemInfo
    1 個の SYSTEM_INFO 構造体へのポインタを指定する。

    関数から制御が返ると、この構造体に、システムに関する情報が格納される。
 

戻り値
    戻り値はなし。