C# 클래스 NewTOAPIA.DirectShow.DVD.DTAMarshaler

상속: DsMarshaler
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 메소드들

메소드 설명
DTAMarshaler ( string cookie ) : System
GetInstance ( string cookie ) : ICustomMarshaler
GetNativeDataSize ( ) : int
MarshalNativeToManaged ( IntPtr pNativeData ) : object

메소드 상세

DTAMarshaler() 공개 메소드

public DTAMarshaler ( string cookie ) : System
cookie string
리턴 System

GetInstance() 공개 정적인 메소드

public static GetInstance ( string cookie ) : ICustomMarshaler
cookie string
리턴 ICustomMarshaler

GetNativeDataSize() 공개 메소드

public GetNativeDataSize ( ) : int
리턴 int

MarshalNativeToManaged() 공개 메소드

public MarshalNativeToManaged ( IntPtr pNativeData ) : object
pNativeData System.IntPtr
리턴 object