메소드 | 설명 | |
---|---|---|
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). |
리턴 | void* |