GetDriveTypeW method

int GetDriveTypeW(
  1. Pointer<Uint16> lpRootPathName
)

Implementation

int GetDriveTypeW(
  ffi.Pointer<ffi.Uint16> lpRootPathName,
) {
  return _GetDriveTypeW(
    lpRootPathName,
  );
}