Method | Description | |
---|---|---|
AccessVTable ( void pInterface, uint offsetInBytes ) : void* |
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* |