SystemParametersInfo的使用方法

  • Post author:
  • Post category:其他


[DllImport(“user32.dll”, EntryPoint = “SystemParametersInfo”)]

public static extern int SystemParametersInfo(

int uAction,

int uParam,

string lpvParam,

int fuWinIni

);

参数: 意义
uAction Long,指定要设置的参数。参考uAction常数表
uParam Long,参考uAction常数表
lpvParam Any,按引用调用的Integer、Long和数据结构。



版权声明:本文为mubingyun原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。