【发布时间】:2011-07-13 13:02:55
【问题描述】:
如何在 Delphi 中定义这个函数?我只知道没有入口点的导入,找不到任何有用的例子:(
这是用 C# 编写的
[DllImport("dwmapi.dll", EntryPoint = "#131")]
static extern int DwmpSetColorizationParameters(ref DwmColorParams dcpParams,
bool alwaysTrue);
非常感谢
最好的问候
【问题讨论】:
标签: c# delphi winapi dll entry-point