NativeAPILhSetGlobalInclusiveACL Method |
Namespace:
EasyHook
Assembly:
EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
Syntax public static void LhSetGlobalInclusiveACL(
int[] InThreadIdList,
int InThreadCount
)
Public Shared Sub LhSetGlobalInclusiveACL (
InThreadIdList As Integer(),
InThreadCount As Integer
)
public:
static void LhSetGlobalInclusiveACL(
array<int>^ InThreadIdList,
int InThreadCount
)
static member LhSetGlobalInclusiveACL :
InThreadIdList : int[] *
InThreadCount : int -> unit
Parameters
- InThreadIdList
- Type: SystemInt32
- InThreadCount
- Type: SystemInt32
See Also