GetLogicalDrives method

int GetLogicalDrives()

Implementation

int GetLogicalDrives() {
  return (_GetLogicalDrives ??=
      _dylib.lookupFunction<_c_GetLogicalDrives, _dart_GetLogicalDrives>(
          'GetLogicalDrives'))();
}