示例#1
0
 // this method is never invoked! it is here only due to the interface ISecurityInformation
 public void GetInheritTypes(
     out InheritType[] ppInheritTypes,
     out uint count)
 {
     // not implemented. it is never used!
     ppInheritTypes = new InheritType[0];
     count          = 0;
 }
示例#2
0
文件: ACLWrapper.cs 项目: mind0n/hive
 // this method is never invoked! it is here only due to the interface ISecurityInformation
 public void GetInheritTypes(
     out InheritType[] ppInheritTypes,
     out uint count)
 {
     // not implemented. it is never used!
     ppInheritTypes = new InheritType[0];
     count = 0;
 }