FindNextVolumeMountPointW method
Implementation
int FindNextVolumeMountPointW(
ffi.Pointer<ffi.Void> hFindVolumeMountPoint,
ffi.Pointer<ffi.Uint16> lpszVolumeMountPoint,
int cchBufferLength,
) {
return (_FindNextVolumeMountPointW ??= _dylib.lookupFunction<
_c_FindNextVolumeMountPointW,
_dart_FindNextVolumeMountPointW>('FindNextVolumeMountPointW'))(
hFindVolumeMountPoint,
lpszVolumeMountPoint,
cchBufferLength,
);
}