Skip to content

Latest commit

 

History

History
77 lines (60 loc) · 1.9 KB

nf-shlwapi-shislowmemorymachine.md

File metadata and controls

77 lines (60 loc) · 1.9 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:shlwapi.SHIsLowMemoryMachine
SHIsLowMemoryMachine function (shlwapi.h)
Not supported. (SHIsLowMemoryMachine)
ILMM_IE4
SHIsLowMemoryMachine
SHIsLowMemoryMachine function [Windows Shell]
_shell_SHIsLowMemoryMachine
shell.SHIsLowMemoryMachine
shlwapi/SHIsLowMemoryMachine
shell\SHIsLowMemoryMachine.htm
shell
3a91156d-eef9-4d3c-9cb8-fd50bfa94354
12/05/2018
ILMM_IE4, SHIsLowMemoryMachine, SHIsLowMemoryMachine function [Windows Shell], _shell_SHIsLowMemoryMachine, shell.SHIsLowMemoryMachine, shlwapi/SHIsLowMemoryMachine
shlwapi.h
Shlwapi.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Shlwapi.lib
Shlwapi.dll (version 6.0 or later)
Windows
19H1
SHIsLowMemoryMachine
shlwapi/SHIsLowMemoryMachine
c++
APIRef
kbSyntax
DllExport
Shlwapi.dll
SHIsLowMemoryMachine

SHIsLowMemoryMachine function

-description

Not supported.

-parameters

-param dwType [in]

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.

-returns

Type: BOOL

TRUE if the machine is considered low on resources, FALSE otherwise.

Note  Always returns FALSE under Windows XP.