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

TransformProcessType() private method

private TransformProcessType ( System.Windows.Forms.CarbonInternal &psn, uint type ) : int
psn System.Windows.Forms.CarbonInternal
type uint
return int
		extern static int TransformProcessType (ref Carbon.ProcessSerialNumber psn, uint type);
		[DllImport("/System/Library/Frameworks/Carbon.framework/Versions/Current/Carbon")]
XplatUICarbon