
Need to Determine the Total Physical Memory of a Remote Computer
Does anyone know if it is possible to determine the total physical memory of
a computer running NT4 or Windows 2000? The "GlobalMemoryStatus" and
"GlobalMemoryStatusEx" Win32 API allows me to get the memory information
from a local computer. Is there a variation of this that can be used over a
Win2K network?
If this can't be done with Win32 APIs, does Microsoft have some type of COM
object or VB control that could perform this function?