读书人

专有命名空间求大牛解决方法

发布时间: 2012-12-17 09:31:40 作者: rapoo

专有命名空间,求大牛
这是windows 核心编程上的一个源代码,编译出现以下代码,求解决方式..
error C3861: 'CreateBoundaryDescriptor': identifier not found
error C3861: 'CreateWellKnownSid': identifier not found
error C3861: 'AddSIDToBoundaryDescriptor': identifier not found
error C3861: 'ConvertStringSecurityDescriptorToSecurityDescriptor': identifier not found
error C3861: 'CreatePrivateNamespace': identifier not found
error C3861: 'OpenPrivateNamespace': identifier not found
error C3861: 'ClosePrivateNamespace': identifier not found
error C2065: 'PRIVATE_NAMESPACE_FLAG_DESTROY' : undeclared identifier
error C3861: 'ClosePrivateNamespace': identifier not found
error C3861: 'DeleteBoundaryDescriptor': identifier not found
[解决办法]
大概你使用的是VC6?
[解决办法]
不是,vs2005,win7下。。。

引用:
大概你使用的是VC6?

[解决办法]
null

读书人网 >windows

热点推荐