有没有类似的功能GetColorDirectory
?
还是我应该只通过 DLL 调用?
目的是使用颜色配置文件获取系统目录的路径
根据MSDN,您使用 API 调用它:
[DllImport(DllImport.Mscms, CharSet = CharSet.Auto, BestFitMapping = false)]
internal static extern bool GetColorDirectory(IntPtr pMachineName, StringBuilder pBuffer, ref uint pdwSize);