SidebarLibrary.Win32.WindowsAPI.GetObjectType C# (CSharp) Method

GetObjectType() private method

private GetObjectType ( IntPtr handle ) : int
handle System.IntPtr
return int
		static public extern int GetObjectType(IntPtr handle);
		[DllImport("gdi32")]