文章分类 -  windowsAPI

摘要:h = CreateFile( "D:\文件夹",GENERIC_READ, 0 , NULL, OPEN_EXISTING, File_flag_backup_semantics, NULL )注:GENERIC_READ:&H80000000OPEN_EXISTING:3File_flag_backup_semantics:&H2000000此API是以独占方式打开文件夹,所以用户不能删除、更改、打开此文件夹。 阅读全文
posted @ 2013-02-10 12:43 翱翔软件 阅读(210) 评论(0) 推荐(0)
摘要:sendMessage(txtbox.hwnd,EM_Limittext,0,0) 阅读全文
posted @ 2013-02-10 11:35 翱翔软件 阅读(129) 评论(0) 推荐(0)

欢迎访问翱翔软件