System.Windows.Forms.XplatUICarbon.HIObjectRegisterSubclass C# (CSharp) Method

HIObjectRegisterSubclass() private method

private HIObjectRegisterSubclass ( IntPtr classid, IntPtr superclassid, uint options, System.Windows.Forms.CarbonInternal upp, uint count, System.Windows.Forms.CarbonInternal list, IntPtr state, IntPtr &cls ) : int
classid System.IntPtr
superclassid System.IntPtr
options uint
upp System.Windows.Forms.CarbonInternal
count uint
list System.Windows.Forms.CarbonInternal
state System.IntPtr
cls System.IntPtr
return int
		extern static int HIObjectRegisterSubclass (IntPtr classid, IntPtr superclassid, uint options, Carbon.EventDelegate upp, uint count, Carbon.EventTypeSpec [] list, IntPtr state, ref IntPtr cls);
		[DllImport("/System/Library/Frameworks/Carbon.framework/Versions/Current/Carbon")]
XplatUICarbon