VC-让启动程序时的小漏斗马上消失

2014-11-23 20:18:03 · 作者: · 浏览: 64

作者: woyigui

从gh0st源码中提取:


// 让启动程序时的小漏斗马上消失
GetInputState();
PostThreadMessage(GetCurrentThreadId(),NULL,0,0);
MSG msg;
GetMessage(&msg, NULL, NULL, NULL);
//////////////////////////////////////////////////////////////////////////