Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
API::Hooks::Hook Struct Reference

Public Member Functions

 Hook (LPVOID target, LPVOID detour, LPVOID *original)
 

Public Attributes

LPVOID target
 
LPVOID detour
 
LPVOID * original
 

Detailed Description

Definition at line 27 of file Hooks.h.

Constructor & Destructor Documentation

◆ Hook()

API::Hooks::Hook::Hook ( LPVOID target,
LPVOID detour,
LPVOID * original )
inline

Definition at line 29 of file Hooks.h.

Member Data Documentation

◆ detour

LPVOID API::Hooks::Hook::detour

Definition at line 37 of file Hooks.h.

◆ original

LPVOID* API::Hooks::Hook::original

Definition at line 38 of file Hooks.h.

◆ target

LPVOID API::Hooks::Hook::target

Definition at line 36 of file Hooks.h.


The documentation for this struct was generated from the following file: