码迷,mamicode.com
首页 > 其他好文 > 详细

错误2StartLoadingFontsWorker

时间:2020-06-25 09:59:17      阅读:49      评论:0      收藏:0      [点我收藏+]

标签:RKE   free   adl   lib   nts   def   get   call   oid   

typedef void(__stdcall*NTPROC)();
HINSTANCE hinst = LoadLibrary(L"C:\\dll\\ext-ms-win-session-wininit-l1-1-0.dll");
DWORD dwMajor = 20;
if(hinst)
{
printf("1234234\n");
NTPROC proc = (NTPROC)GetProcAddress(hinst, "StartLoadingFontsWorker");
if(proc)
{
printf("22222222221234234");
proc();

}
}
if(hinst)
FreeLibrary(hinst);

system("PAUSE");

错误2StartLoadingFontsWorker

标签:RKE   free   adl   lib   nts   def   get   call   oid   

原文地址:https://www.cnblogs.com/hshy/p/13190938.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!