Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

freier Platten-Platz

Empfohlene Antworten

Hallo,

wie kann bekomme ich den freien Speicherplatz auf einem Laufwerk heraus?!

Gruß,

Technician

Folgender Code

ULARGE_INTEGER freeBytesToThread;

ULARGE_INTEGER totalBytes;

ULARGE_INTEGER freeBytes;

GetDiskFreeSpaceEx(m_AusgabeDatei, &freeBytesToThread, &totalBytes, &freeBytes);

führt allerdings zur Meldung "Es wurde versucht, eine nicht unterstützte Funktion aufzurufen"

kein Absturz, sondern "gelbes Ausrufezeichen"

Betriebssystem ist übrigens WinNT (wenn das weiterhelfen sollte)

Gruß,

Technician

Hier mal ein Auszug aus der MSDN:

To determine whether GetDiskFreeSpaceEx is available, call the LoadLibrary

or LoadLibraryEx function to load the KERNEL32.DLL file, then call the

GetProcAddress function to obtain an address for GetDiskFreeSpaceEx. If

GetProcAddress fails, or if GetDiskFreeSpaceEx fails with the

ERROR_CALL_NOT_IMPLEMENTED code, use the GetDiskFreeSpace function instead

of GetDiskFreeSpaceEx.

Am besten probierst du das mal aus, oder du versuchst es direkt mit

GetDiskFreeSpace().

Gruß

Guybrush

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Konto

Navigation

Suchen

Suchen

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.