首页  编辑  

屏幕保护的更改密码对话框

Tags: /超级猛料/API.Windows应用程序接口/其他相关/   Date Created:

MyMod := LoadLibrary(PChar(SysDir+'MPR.DLL'));

   if MyMod <> 0 then begin

     PwdFunc := GetProcAddress(MyMod,'PwdChangePasswordA');

     if Assigned(PwdFunc) then

       PwdFunc('SCRSAVE',StrToInt(Arg2),0,0);

     FreeLibrary(MyMod);

   end;