GetDriveTypeW method

int GetDriveTypeW(
  1. Pointer<Uint16> lpRootPathName
)

Implementation

int GetDriveTypeW(
  ffi.Pointer<ffi.Uint16> lpRootPathName,
) {
  return (_GetDriveTypeW ??=
      _dylib.lookupFunction<_c_GetDriveTypeW, _dart_GetDriveTypeW>(
          'GetDriveTypeW'))(
    lpRootPathName,
  );
}