AfxAvailablePageFilefunction
Returns maximum amount of memory the current process can commit, in bytes.
Syntax
FUNCTION AfxAvailablePageFile () AS DWORDLONG
Description
Returns maximum amount of memory the current process can commit, in bytes. This value is equal to or smaller than the system-wide available commit value.
Reference
- Include file
AfxWin.inc - Defined in AfxNova/AfxWin.inc:4936
- Documented in Windows/Windows Procedures.md
- Topic: Windows Procedures