C# Class NewTOAPIA.COM.Unknown

Show file Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
AddRef ( ) : int
QueryInterface ( IntPtr comPointer, System.Guid &riid, IntPtr ppvObject ) : int
Release ( ) : int

Protected Methods

Method Description
Unknown ( IntPtr comPointer ) : System

Private Methods

Method Description
SetupIUnknownMethods ( ) : void

Method Details

AddRef() public method

public AddRef ( ) : int
return int

QueryInterface() public method

public QueryInterface ( IntPtr comPointer, System.Guid &riid, IntPtr ppvObject ) : int
comPointer System.IntPtr
riid System.Guid
ppvObject System.IntPtr
return int

Release() public method

public Release ( ) : int
return int

Unknown() protected method

protected Unknown ( IntPtr comPointer ) : System
comPointer System.IntPtr
return System