_IsWindowInStandardState() 개인적인 메소드

private _IsWindowInStandardState ( IntPtr windowRef, IntPtr inIdealSize, IntPtr outIdealStandardState ) : bool
windowRef System.IntPtr
inIdealSize System.IntPtr
outIdealStandardState System.IntPtr
리턴 bool
예제 #1
0
 internal static bool IsWindowInStandardState(IntPtr windowRef)
 {
     return(API._IsWindowInStandardState(windowRef, IntPtr.Zero, IntPtr.Zero));
 }