Function win_sys::FileSystem::DefineDosDeviceA [−][src]
pub unsafe fn DefineDosDeviceA<'a, Param1, Param2>(
dwflags: DEFINE_DOS_DEVICE_FLAGS,
lpdevicename: Param1,
lptargetpath: Param2
) -> BOOL where
Param1: IntoParam<'a, PSTR>,
Param2: IntoParam<'a, PSTR>, Expand description
Required features: Win32_Storage_FileSystem, Win32_Foundation