Leana Geschrieben 14. August 2002 Teilen Geschrieben 14. August 2002 Mit welchen funktionen aus der MSDN kann ich die größe des RAMs ermitteln??? thx :WD Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen Mehr Optionen zum Teilen...
gugelhupf Geschrieben 15. August 2002 Teilen Geschrieben 15. August 2002 Vielleicht hier: GlobalMemoryStatus The GlobalMemoryStatus function obtains information about the computer system's current usage of both physical and virtual memory. VOID GlobalMemoryStatus( LPMEMORYSTATUS lpBuffer // pointer to the memory status structure ); Parameters lpBuffer Pointer to a MEMORYSTATUS structure. The GlobalMemoryStatus function stores information about current memory availability into this structure. Return Values This function does not return a value. Remarks You can use the GlobalMemoryStatus function to determine how much memory your application can allocate without severely impacting other applications. The information returned by the GlobalMemoryStatus function is volatile. There is no guarantee that two sequential calls to this function will return the same information. Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen Mehr Optionen zum Teilen...
Leana Geschrieben 15. August 2002 Autor Teilen Geschrieben 15. August 2002 danke Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen Mehr Optionen zum Teilen...
Empfohlene Beiträge
Dein Kommentar
Du kannst jetzt schreiben und Dich später registrieren. Wenn Du ein Konto hast, melde Dich jetzt an, um unter Deinem Benutzernamen zu schreiben.