`
shappy1978
  • 浏览: 700722 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

File Monitor on WinRT

 
阅读更多

http://lunarfrog.com/blog/filesystem-change-notifications

 

Use CreateFileQueryWithOptions to add file monitor(win32 use file watcher).

* By default it FolderDepth is Shallow(root folder only), Deep will observe sub folder

* Only notify file changes, but unable to detact the changed file, nor even then content changed.

* Will get notification after resume from background

* Can't get any notification if App is killed.

* GetFileAync in notification event will only get all files in the folder, not altered files.

 

So it's really a chicken‘ ribs ...

不明白微软为什么要搞这么多半成品的东西,非常恶心

分享到:
评论

相关推荐

    WinRT 环境下缺失 Windows API 模拟实现

    WinRT 环境下很多API没有了,比如socket相关的WSASocket,WSAConnect,线程相关的CreateThread等等,导致很多库不能使用,比如boost,基于这些库的应用如果要移植到WinRT环境下,将不得不修改很多代码,甚至需要重新...

    WinRT.揭秘

    ### WinRT.揭秘 #### 一、WinRT简介 在《WinRT.揭秘》这本书中,作者深入浅出地介绍了Windows Runtime(WinRT)的概念及其重要性。WinRT是为Windows 8及其后续版本设计的新一代应用程序接口(API),旨在帮助开发者...

    ComponentOne Studio for WinRT XAML 8.1 2014 V3

    ComponentOne Studio for WinRT XAML 简单易学,功能全面,WinRT XAML 顶级用户界面开发控件套包; ComponentOne Studio for WinRT XAML 新增的界面呈现控件专为数据可视化、布局、输入以及更多用途而设计。源于...

    vlc-winrt-master.zip

    这个压缩包“vlc-winrt-master.zip”包含的是VLC在Windows RT环境和Windows Phone上的开发源代码,使得开发者能够构建适用于这两种平台的应用程序。 VLC是一款全球知名的跨平台多媒体播放器,它支持多种视频、音频...

    windows RT开发笔记_WinRT DLL及其调用研究

    在Windows RT开发中,WinRT DLL的出现是为了在Windows应用商店应用(Windows Store Application)中兼容和复用传统的Win32 DLL。Windows RT是Windows Runtime的简称,它是一个跨语言的运行时环境,旨在为Windows 8及...

    win8 metro 调用 winRT dll (包括C文件和cpp文件)

    在Windows 8操作系统中,微软引入了一种新的应用程序模型,称为Windows Runtime(WinRT),它为开发者提供了构建现代UI风格的应用程序的框架。WinRT API是原生代码和托管代码都可以使用的,支持C++, C#, VB.NET等...

    ComponentOne Studio for WinRT XAML 2013 v1

    ComponentOne Studio for WinRT XAML 2013 v1 Part of: Ultimate | Enterprise Powerful WinRT XAML controls for building better Windows Store apps. Reduce Development Time Studio for WinRT XAML...

    ComponentOne Studio for WinRT XAML2012 v3

    With 30+ chart types, flexible data binding, run-time interaction, rich styling capabilities, and so much more, Chart for WinRT XAML is the most advanced charting control on the market. Apply styles, ...

    WinRT Metro 日期选择控件

    这个是我在http://xamlwinrtcalendar.codeplex.com/上下载的,大家也可以去那儿下载。 可以实现日期选择功能,有winphone,iphone等多种样式可供选择。 使用时可以在你的项目中引用DatePicker文件夹,具体用法可以...

    winrt-via-csharp代码

    《C#探索WinRT技术:深入实践winrt-via-csharp源码解析》 C#是一种广泛应用于桌面应用、Web应用以及移动应用开发的强大编程语言,尤其在Windows平台上的开发中,C#与.NET框架的结合更是无往不利。本文将深入探讨C#...

    sqlite-winrt-3340100.vsix

    sqlite-winrt-3340100.vsix

    如何从.NET桌面应用程序调用WinRT API

    在.NET桌面应用程序中调用WinRT(Windows Runtime)API是一个重要的技术话题,特别是在Windows 8及更高版本操作系统中。WinRT API是微软为构建现代化、触摸友好的Windows应用而设计的一种编程接口,它允许开发者利用...

    c/c++ windows ble 蓝牙操作

    c/c++ windows 通过winrt操作ble 蓝牙 #include #include #include <winrt/Windows.Foundation.h> #include <winrt/Windows.Foundation.Collections.h> #include <winrt/Windows.Devices.Bluetooth.h> #include ...

    BV_FileReadWrite

    在Windows 8及更高版本的操作系统中,引入了一种新的应用程序模型,称为Windows Runtime(WinRT)。这个模型为开发者提供了一种跨平台的API,使得应用程序可以更容易地在不同的设备和操作系统版本上运行。在WinRT中...

    5种方法帮微软拯救WinRT.docx

    《5种方法帮微软拯救WinRT》 微软的WinRT操作系统在过去遭遇了严峻挑战,市场反应不佳,甚至导致了高达9亿美元的损失。WinRT未能与Windows 8形成清晰的区分,导致消费者对其定位感到困惑,进而影响了其市场表现。...

    SwiftWinRT:适用于Swift的WinRT桥接

    迅捷/ WinRT 桥接到WinRT(Windows运行时)到 。例子Windows运行时的基本同步调用: import WinRTdo { RoInitialize () // ...

    winrt-notification:锈写的WinRT Toast API的包装不完整

    温特通知 WinRT Toast API的包装不完整已在Windows 10和8.1中测试。 在Windows 8中未经测试可能会起作用。去做: 添加对自适应内容的支持添加对动作的支持生成有效应用ID的方法已知的问题: 不适用于Windows 7。 ...

    cpp-CWinRT是WindowsRuntime的标准C语言投影

    C++/WinRT是微软为Windows Runtime(WinRT)提供的一种现代C++标准库接口,它使得开发者可以更直接地使用C++17语言特性来编写Windows应用。这个技术是微软为了提高开发效率和代码质量而推出的,它与之前的C++/CX不同...

    Newtonsoft.Json.dll .net2.0~4.0 WindowsPhone WinRT

    它支持多种.NET框架,包括 .NET 2.0 至 .NET 4.0,以及Windows Phone和WinRT平台,这使得它在各种应用场景下都能发挥出强大的作用。 JSON(JavaScript Object Notation)是一种轻量级的数据交换格式,易于人阅读和...

Global site tag (gtag.js) - Google Analytics