C# 클래스 Squared.Render.Evil.COMUtils

파일 보기 프로젝트 열기: sq/Fracture 1 사용 예제들

공개 메소드들

메소드 설명
AccessVTable ( void pInterface, uint offsetInBytes ) : void*

Returns a function pointer from an interface's VTable.

메소드 상세

AccessVTable() 공개 정적인 메소드

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*