GetLogicalDrives function kernel32

int GetLogicalDrives()

Retrieves a bitmask representing the currently available disk drives.

DWORD GetLogicalDrives();

Implementation

int GetLogicalDrives() => _GetLogicalDrives();