Function win_sys::FileSystem::CreateSymbolicLinkA [−][src]
pub unsafe fn CreateSymbolicLinkA<'a, Param0, Param1>(
lpsymlinkfilename: Param0,
lptargetfilename: Param1,
dwflags: SYMBOLIC_LINK_FLAGS
) -> BOOLEAN where
Param0: IntoParam<'a, PSTR>,
Param1: IntoParam<'a, PSTR>, Expand description
Required features: Win32_Storage_FileSystem, Win32_Foundation