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_...
阅读全文
摘要: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
阅读全文