Function Example: void Ham::Test(int cake) with this pointer passed
MRESReturn (int pThis, DHookParam hParams)Function Example: void Ham::Test(int cake) with this pointer ignore
MRESReturn (DHookParam hParams)Function Example: int Ham::Test() with this pointer passed
MRESReturn (int pThis, DHookReturn hReturn)Function Example: int Ham::Test(int cake) with this pointer passed
MRESReturn (int pThis, DHookReturn hReturn, DHookParam hParams)Function Example: int Ham::Test(int cake) with this pointer ignore
MRESReturn (DHookReturn hReturn, DHookParam hParams)Function Example: void Ham::Test(int cake) with this pointer passed
MRESReturn (Address pThis, DHookParam hParams)Function Example: int Ham::Test(int cake) with this pointer passed
MRESReturn (Address pThis, DHookReturn hReturn, DHookParam hParams)Function Example: int Ham::Test() with this pointer passed
MRESReturn (Address pThis, DHookReturn hReturn)