FindNextVolumeW method

int FindNextVolumeW(
  1. Pointer<Void> hFindVolume,
  2. Pointer<Uint16> lpszVolumeName,
  3. int cchBufferLength
)

Implementation

int FindNextVolumeW(
  ffi.Pointer<ffi.Void> hFindVolume,
  ffi.Pointer<ffi.Uint16> lpszVolumeName,
  int cchBufferLength,
) {
  return _FindNextVolumeW(
    hFindVolume,
    lpszVolumeName,
    cchBufferLength,
  );
}