Scroll to navigation

SHIsLowMemoryMachine(3w) Wine API SHIsLowMemoryMachine(3w)

NAME

SHIsLowMemoryMachine (SHLWAPI.@)

SYNOPSIS

BOOL SHIsLowMemoryMachine
(
DWORD x
)
 

DESCRIPTION

Determine if the current computer has low memory.
 

PARAMS

x [In] FIXME.
 

RETURNS

TRUE if the users machine has 16 Megabytes of memory or less, FALSE otherwise.
 

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/shlwapi/ordinal.c".
Debug channel "shell".
Oct 2012 Wine API