windows::Win32::Storage::FileSystem

Function DefineDosDeviceW

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