Dark_dance

取次花丛懒回首,半缘修道半缘君

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2011年11月30日

摘要: http://msdn.microsoft.com/en-us/library/aa302237.aspxNT_TRANSACT_NOTIFY_CHANGEThe NT_TRANSACT_NOTIFY_CHANGE command notifies the client when the directory specified byFidis modified. It also returns the names of any files that changed. Parameters for the command are encoded in NT_TRANSACT command su 阅读全文
posted @ 2011-11-30 22:55 流沙- 阅读(470) 评论(0) 推荐(0)

摘要: Windows I/O 操作--CreateFileCreates or opens a file or I/O device.HANDLEWINAPICreateFile(__inLPCTSTRlpFileName,//指向文件名的指针__inDWORDdwDesiredAccess,//访问模式(写/读)__inDWORDdwShareMode,//共享模式__in_optLPSECURITY_ATTRIBUTESlpSecurityAttributes,//指向安全属性的指针__inDWORDdwCreationDisposition,//如何创建__inDWORDdwFlagsAndA 阅读全文
posted @ 2011-11-30 22:33 流沙- 阅读(683) 评论(0) 推荐(0)