本文介绍了为什么NetShareGetInfo在Windows服务中返回错误5?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
大家好.
我在MFC项目中调用NetShareGetInfo
,然后获得共享的网络软件信息.
但是,我在Windows服务项目中将该API称为"NetShareGetInfo
",
然后返回"ERROR_ACCESS_DENIED
".我不知道为什么.
你能给我些建议吗?
谢谢!
Hi,everyone.
I call NetShareGetInfo
in my MFC project and then I do get the shared netware infomation.
But, I call this API "NetShareGetInfo
" in my windows service project,
and then it returns "ERROR_ACCESS_DENIED
". I do not know why.
Can you give me some sugestion?
Thanks!
推荐答案
这篇关于为什么NetShareGetInfo在Windows服务中返回错误5?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!