Function windows::Win32::Storage::FileSystem::SetFileAttributesW
pub unsafe fn SetFileAttributesW<P0>(
lpfilename: P0,
dwfileattributes: FILE_FLAGS_AND_ATTRIBUTES,
) -> Result<()>where
P0: Param<PCWSTR>,