.Net 中 Nativemethods.GetSystemMetrics 函数的输入值

发布于 2024-07-08 15:57:55 字数 143 浏览 9 评论 0原文

该函数似乎是访问各种系统值的一种方法。 例如 nativemethods.GetSystemMetrics(4096) 返回会话是远程还是本地。 我在网上能找到的都是具体的例子——有谁知道我在哪里可以找到输入参数值/它们返回的内容的完整列表? 看来它可能非常有用。

This function appears to be a way to access all sorts of system values. For example
nativemethods.GetSystemMetrics(4096) returns whether a session is remote or local. All I can find on the web are specific examples--does anyone know where I could find a complete list of input parameter values/what they return? Seems that it could be very useful.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

放肆 2024-07-15 15:57:55

来自 PInvoke.NET 的此页面是您想要的吗?

Is this page from PInvoke.NET what you're after?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文