.Net 中 Nativemethods.GetSystemMetrics 函数的输入值
该函数似乎是访问各种系统值的一种方法。 例如 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
来自 PInvoke.NET 的此页面是您想要的吗?
Is this page from PInvoke.NET what you're after?