예제 #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;
 }