Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Not supported.
Syntax
BOOL SHIsLowMemoryMachine(
[in] DWORD dwType
);
Parameters
[in] dwType
Type: DWORD
The type of machine being examined. The following is the only recognized value.
ILMM_IE4
An older (circa 1997), low-end machine. Since system resources in general were lower on these older machines, the low-memory threshold is accordingly lower.
Return value
Type: BOOL
TRUE if the machine is considered low on resources, FALSE otherwise.
Note Always returns FALSE under Windows XP.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | shlwapi.h (include Shlwapi.h) |
Library | Shlwapi.lib |
DLL | Shlwapi.dll (version 6.0 or later) |