windows::Win32::Storage::FileSystem

Function DefineDosDeviceA

pub unsafe fn DefineDosDeviceA<P1, P2>(
    dwflags: DEFINE_DOS_DEVICE_FLAGS,
    lpdevicename: P1,
    lptargetpath: P2,
) -> Result<()>
where P1: Param<PCSTR>, P2: Param<PCSTR>,