11 2012 档案

摘要:#include <Aclapi.h>int main(){ // Create file with multiple flags. HANDLE file = CreateFile("d:\\", STANDARD_RIGHTS_WRITE | WRITE_DAC, FILE_SHARE_READ | FILE_SHARE_WRITE, NULL, OPEN_... 阅读全文
posted @ 2012-11-13 16:43 walfud 阅读(549) 评论(0) 推荐(0) 编辑
摘要:We can NOT use ITaskbarlist3 until windows has finished creation of button on taskbar.So, we have to wait a message.1. Get the message value::RegisterWindowMessage("TaskbarButtonCreated");2. Allow receiving message from explorer.exe and Wait windows to notify us and create intance.// .hcla 阅读全文
posted @ 2012-11-13 15:23 walfud 阅读(1873) 评论(0) 推荐(0) 编辑