GetVolumePathNamesForVolumeNameA method
Implementation
int GetVolumePathNamesForVolumeNameA(
ffi.Pointer<ffi.Int8> lpszVolumeName,
ffi.Pointer<ffi.Int8> lpszVolumePathNames,
int cchBufferLength,
ffi.Pointer<ffi.Uint64> lpcchReturnLength,
) {
return (_GetVolumePathNamesForVolumeNameA ??= _dylib.lookupFunction<
_c_GetVolumePathNamesForVolumeNameA,
_dart_GetVolumePathNamesForVolumeNameA>(
'GetVolumePathNamesForVolumeNameA'))(
lpszVolumeName,
lpszVolumePathNames,
cchBufferLength,
lpcchReturnLength,
);
}