GetDriveTypeA method

int GetDriveTypeA(
  1. Pointer<Int8> lpRootPathName
)

Implementation

int GetDriveTypeA(
  ffi.Pointer<ffi.Int8> lpRootPathName,
) {
  return _GetDriveTypeA(
    lpRootPathName,
  );
}