sfcIsFileProtected 的入口点未找到异常
我的代码工作得非常顺利,直到我在 64 位笔记本电脑上安装了 Windows u update,并且在使用 sfcFileProtected 时开始出现 EntryPointNotFoundException
。
我尝试使用
[DllImport("sfc.dll", EntryPoint = "sfc_os.SfcIsFileProtected")]
and Even
[DllImport("sfc.dll", EntryPoint = "SfcIsFileProtected")]
但不起作用。
我指望社区。请帮忙。
My code was working like a charm till i install windows u update on my 64-bit laptop and I started getting EntryPointNotFoundException
while using sfcFileProtected.
I tried using
[DllImport("sfc.dll", EntryPoint = "sfc_os.SfcIsFileProtected")]
and even
[DllImport("sfc.dll", EntryPoint = "SfcIsFileProtected")]
but not working.
I am counting on the community. Please help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论