C# Class Squared.Render.Evil.COMUtils

Mostrar archivo Open project: sq/Fracture Class Usage Examples

Public Methods

Method Description
AccessVTable ( void pInterface, uint offsetInBytes ) : void*

Returns a function pointer from an interface's VTable.

Method Details

AccessVTable() public static method

Returns a function pointer from an interface's VTable.
public static AccessVTable ( void pInterface, uint offsetInBytes ) : void*
pInterface void The interface.
offsetInBytes uint The offset into the VTable (in bytes).
return void*