相关疑难解决方法(0)

Windows aero peek API

我正在尝试使用API​​进行航空偷看.经过大量的挖掘和搜索,我偶然发现了这段代码:

    [DllImport("dwmapi.dll", EntryPoint = "#113", SetLastError = true)]
    internal static extern uint DwmpActivateLivePreview(uint , uint , uint , uint );
Run Code Online (Sandbox Code Playgroud)

但我不能让它工作..我不知道参数是什么..我尝试了一些API拦截工具,但没有成功.如何才能发现如何正确调用此API?

windows api aero aero-peek

8
推荐指数
1
解决办法
3884
查看次数

标签 统计

aero ×1

aero-peek ×1

api ×1

windows ×1