Function win_sys::FileSystem::DefineDosDeviceW[][src]

pub unsafe fn DefineDosDeviceW<'a, Param1, Param2>(
    dwflags: DEFINE_DOS_DEVICE_FLAGS,
    lpdevicename: Param1,
    lptargetpath: Param2
) -> BOOL where
    Param1: IntoParam<'a, PWSTR>,
    Param2: IntoParam<'a, PWSTR>, 
Expand description

Required features: Win32_Storage_FileSystem, Win32_Foundation