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