专有命名空间,求大牛 这是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下。。。