DefineDosDeviceA method
Implementation
int DefineDosDeviceA(
int dwFlags,
ffi.Pointer<ffi.Int8> lpDeviceName,
ffi.Pointer<ffi.Int8> lpTargetPath,
) {
return (_DefineDosDeviceA ??=
_dylib.lookupFunction<_c_DefineDosDeviceA, _dart_DefineDosDeviceA>(
'DefineDosDeviceA'))(
dwFlags,
lpDeviceName,
lpTargetPath,
);
}