C# Class ZombieAPI.IPC

Afficher le fichier Open project: jariz/jZm

Méthodes publiques

Свойство Type Description
CurrentEventID System.IntPtr

Méthodes publiques

Méthode Description
AddEventHook ( IntPtr hookStubAddress, uint eventID ) : void
DeleteEventHook ( uint eventID ) : void
InitJZMEventHookingManager ( IntPtr ProcessHandleLocal ) : void
ShutdownJZMEventHookingManager ( ) : void

Private Methods

Méthode Description
CreateSyncEventStub ( ) : void

Method Details

AddEventHook() public méthode

public AddEventHook ( IntPtr hookStubAddress, uint eventID ) : void
hookStubAddress System.IntPtr
eventID uint
Résultat void

DeleteEventHook() public méthode

public DeleteEventHook ( uint eventID ) : void
eventID uint
Résultat void

InitJZMEventHookingManager() public méthode

public InitJZMEventHookingManager ( IntPtr ProcessHandleLocal ) : void
ProcessHandleLocal System.IntPtr
Résultat void

ShutdownJZMEventHookingManager() public méthode

public ShutdownJZMEventHookingManager ( ) : void
Résultat void

Property Details

CurrentEventID public_oe property

public IntPtr,System CurrentEventID
Résultat System.IntPtr