C# Class MissionPlanner.MainV2.NativeMethods

Exibir arquivo Open project: ArduPilot/MissionPlanner

Public Properties

Property Type Description
SW_HIDE int
SW_SHOWNORMAL int

Private Methods

Method Description
FindWindow ( string szClass, string szTitle ) : int
RegisterDeviceNotification ( IntPtr hRecipient, IntPtr NotificationFilter, Int32 Flags ) : IntPtr
SetThreadExecutionState ( uint esFlags ) : uint
ShowWindow ( int Handle, int showState ) : int

Property Details

SW_HIDE static_oe public_oe property

static public int SW_HIDE
return int

SW_SHOWNORMAL static_oe public_oe property

static public int SW_SHOWNORMAL
return int