DefineDosDeviceW method
Implementation
int DefineDosDeviceW(
int dwFlags,
ffi.Pointer<ffi.Uint16> lpDeviceName,
ffi.Pointer<ffi.Uint16> lpTargetPath,
) {
return (_DefineDosDeviceW ??=
_dylib.lookupFunction<_c_DefineDosDeviceW, _dart_DefineDosDeviceW>(
'DefineDosDeviceW'))(
dwFlags,
lpDeviceName,
lpTargetPath,
);
}