SetWindowDisplayAffinity(HWND,DWROD) function (winuser.h)
Set this value to WDA_MONITOR to display the content only on a monitor.
Set this value to WDA_NONE to remove the monitor-only affinity.
注意:SetWindowDisplayAffinity函数只能对本进程的窗口进行反截屏设置,对别的进程无效.
想对其它应用软件做反截图设置,可以用dll注入的方式.。
上一篇 易语言面向对象之绑定类成员
下一篇 智能聊天对话机器人源码