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