LhSetGlobalInclusiveACL() private method

private LhSetGlobalInclusiveACL ( [ SizeParamIndex = 1)]Int32[]InThreadIdList, Int32 InThreadCount ) : Int32
SizeParamIndex [
InThreadCount System.Int32
return System.Int32
Beispiel #1
0
 public static void LhSetGlobalInclusiveACL(
     Int32[] InThreadIdList,
     Int32 InThreadCount)
 {
     if (Is64Bit)
     {
         Force(NativeAPI_x64.LhSetGlobalInclusiveACL(InThreadIdList, InThreadCount));
     }
     else
     {
         Force(NativeAPI_x86.LhSetGlobalInclusiveACL(InThreadIdList, InThreadCount));
     }
 }