HookAccessControlGetEntries Method |
Creates a copy of the internal thread list associated with this ACL. You may freely
modify it without affecting the internal entries.
Namespace:
EasyHook
Assembly:
EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
Syntax public int[] GetEntries()
Public Function GetEntries As Integer()
public:
array<int>^ GetEntries()
member GetEntries : unit -> int[]
Return Value
Type:
Int32
A copy of the internal thread entries.
See Also