BFLGetTotalPageFile () As Long
概要
全仮想メモリのサイズをバイト単位で返します。
VBでの宣言
[Public | Private] Declare Function BFLGetTotalPageFile Lib "BFL.dll" () As Long
VBでの使用例
Dim totalpagefile As Long
totalpagefile = BFLGetTotalPageFile
Debug.Print "全仮想メモリのサイズ:"
& totalpagefile & "Byte"